- remove generated files *.gmo

- remove not used Makefile.am
- fix work with translated messages
- make package and make install fixes
This commit is contained in:
Evgeniy Dushistov
2013-07-06 20:04:22 +00:00
parent dd9304951f
commit 5f43a6dae6
12 changed files with 46 additions and 394 deletions

View File

@@ -91,9 +91,9 @@ int main(int argc, char *argv[])
{
setlocale(LC_ALL, "");
#if ENABLE_NLS
bindtextdomain(PACKAGE, LOCALEDIR);
textdomain (PACKAGE);
#endif
bindtextdomain("sdcv", GETTEXT_TRANSLATIONS_PATH);
textdomain("sdcv");
#endif
gboolean show_version = FALSE;
gboolean show_list_dicts = FALSE;