Skip to content

Commit

Permalink
Merge pull request #123 from salvadorp2001/fixlocale
Browse files Browse the repository at this point in the history
Fixed locale issue #50
  • Loading branch information
slacka authored Jul 13, 2017
2 parents a4866c5 + a4b83fc commit 056e066
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion src/locale/Makefile.am
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# Il faut mettre les fichiers dans le sous dossier locale de share...
SUBDIRS = fr
SUBDIRS = fr #zh_TW

EXTRA_DIST = $(srcdir)/*.mo $(srcdir)/*.po

all-local:
msgfmt default.po -o default.mo
5 changes: 4 additions & 1 deletion src/locale/fr/LC_MESSAGES/Makefile.am
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Il faut mettre les fichiers dans le sous dossier locale/fr/LC_MESSAGES de share...
pkgdatadir=$(mypkgdatadir)/locale/fr/LC_MESSAGES

dist_pkgdata_DATA = $(srcdir)/*.mo
EXTRA_DIST = $(srcdir)/*.po

all-local:
msgfmt trad.po -o trad.mo
msgfmt wxstd.po -o wxstd.mo

0 comments on commit 056e066

Please sign in to comment.