mirror of
https://github.com/Dushistov/sdcv.git
synced 2025-12-16 09:51:56 +00:00
- 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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user