From: Joshua Pettus Date: Tue, 10 Mar 2015 19:19:53 +0000 (-0400) Subject: gtkmacintegration localization updates X-Git-Url: http://winboard.nl/cgi-bin?p=xboard.git;a=commitdiff_plain;h=d266628116c7f359e6677f9b2f3658d87634f251 gtkmacintegration localization updates With the update to the gtkmacintegration library, localization strings have been fixed, so there is no need for us to have separate ones, and we can pull from the macports install. --- diff --git a/Makefile.am b/Makefile.am index f465cb4..8a97751 100644 --- a/Makefile.am +++ b/Makefile.am @@ -304,7 +304,7 @@ osxapp: all-recursive install install-recursive $(INSTALL) ./png/marble_l.png $(gamedatadir)/themes/textures $(INSTALL) ./png/xqwood.png $(gamedatadir)/themes/textures cp -R ./osxapp/logos $(gamedatadir)/ - cp -R ./osxapp/osx-localization/. $(datarootdir)/ + cp -R /opt/local/share/strings/. $(datarootdir)/ for i in po/*gmo; do lang=`basename $$i .gmo`; $(INSTALL) /opt/local/share/locale/$$lang/LC_MESSAGES/gtk20.mo $(localedir)/$$lang/LC_MESSAGES/; done dylibbundler -of -b -x $(bindir)/xboard-bin -d $(datarootdir)/lib -p @executable_path/../Resources/lib dylibbundler -of -b -x $(datarootdir)/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-png.so -d $(datarootdir)/lib -p @executable_path/../Resources/lib diff --git a/osxapp/osx-localization/da.lproj/GtkosxApplication.strings b/osxapp/osx-localization/da.lproj/GtkosxApplication.strings deleted file mode 100755 index 5597a30..0000000 Binary files a/osxapp/osx-localization/da.lproj/GtkosxApplication.strings and /dev/null differ diff --git a/osxapp/osx-localization/de.lproj/GtkosxApplication.strings b/osxapp/osx-localization/de.lproj/GtkosxApplication.strings deleted file mode 100755 index dd1225f..0000000 Binary files a/osxapp/osx-localization/de.lproj/GtkosxApplication.strings and /dev/null differ diff --git a/osxapp/osx-localization/en.lproj/GtkosxApplication.strings b/osxapp/osx-localization/en.lproj/GtkosxApplication.strings deleted file mode 100755 index 957b917..0000000 Binary files a/osxapp/osx-localization/en.lproj/GtkosxApplication.strings and /dev/null differ diff --git a/osxapp/osx-localization/es.lproj/GtkosxApplication.strings b/osxapp/osx-localization/es.lproj/GtkosxApplication.strings deleted file mode 100755 index 8c34e82..0000000 Binary files a/osxapp/osx-localization/es.lproj/GtkosxApplication.strings and /dev/null differ diff --git a/osxapp/osx-localization/it.lproj/GtkosxApplication.strings b/osxapp/osx-localization/it.lproj/GtkosxApplication.strings deleted file mode 100755 index d4e73d9..0000000 Binary files a/osxapp/osx-localization/it.lproj/GtkosxApplication.strings and /dev/null differ diff --git a/osxapp/osx-localization/nl.lproj/GtkosxApplication.strings b/osxapp/osx-localization/nl.lproj/GtkosxApplication.strings deleted file mode 100755 index 9772560..0000000 Binary files a/osxapp/osx-localization/nl.lproj/GtkosxApplication.strings and /dev/null differ diff --git a/osxapp/osx-localization/pl.lproj/GtkosxApplication.strings b/osxapp/osx-localization/pl.lproj/GtkosxApplication.strings deleted file mode 100755 index f7e6adf..0000000 Binary files a/osxapp/osx-localization/pl.lproj/GtkosxApplication.strings and /dev/null differ diff --git a/osxapp/osx-localization/ru.lproj/GtkosxApplication.strings b/osxapp/osx-localization/ru.lproj/GtkosxApplication.strings deleted file mode 100755 index c695c72..0000000 Binary files a/osxapp/osx-localization/ru.lproj/GtkosxApplication.strings and /dev/null differ diff --git a/osxapp/osx-localization/tr.lproj/GtkosxApplication.strings b/osxapp/osx-localization/tr.lproj/GtkosxApplication.strings deleted file mode 100755 index efc31a7..0000000 Binary files a/osxapp/osx-localization/tr.lproj/GtkosxApplication.strings and /dev/null differ diff --git a/osxapp/osx-localization/uk.lproj/GtkosxApplication.strings b/osxapp/osx-localization/uk.lproj/GtkosxApplication.strings deleted file mode 100755 index 769b2cf..0000000 Binary files a/osxapp/osx-localization/uk.lproj/GtkosxApplication.strings and /dev/null differ diff --git a/osxapp/osx-localization/vi.lproj/GtkosxApplication.strings b/osxapp/osx-localization/vi.lproj/GtkosxApplication.strings deleted file mode 100755 index 1f7961b..0000000 Binary files a/osxapp/osx-localization/vi.lproj/GtkosxApplication.strings and /dev/null differ diff --git a/osxapp/osx-localization/zh_CN.lproj/GtkosxApplication.strings b/osxapp/osx-localization/zh_CN.lproj/GtkosxApplication.strings deleted file mode 100755 index 69958ce..0000000 Binary files a/osxapp/osx-localization/zh_CN.lproj/GtkosxApplication.strings and /dev/null differ diff --git a/osxapp/osx-localization/zh_HK.lproj/GtkosxApplication.strings b/osxapp/osx-localization/zh_HK.lproj/GtkosxApplication.strings deleted file mode 100755 index 3b39fac..0000000 Binary files a/osxapp/osx-localization/zh_HK.lproj/GtkosxApplication.strings and /dev/null differ diff --git a/osxapp/osx-localization/zh_TW.lproj/GtkosxApplication.strings b/osxapp/osx-localization/zh_TW.lproj/GtkosxApplication.strings deleted file mode 100755 index 8f82804..0000000 Binary files a/osxapp/osx-localization/zh_TW.lproj/GtkosxApplication.strings and /dev/null differ