-
Notifications
You must be signed in to change notification settings - Fork 101
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Benoît Burnichon
committed
Nov 27, 2015
1 parent
23bd397
commit ecbf20e
Showing
14 changed files
with
12 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,3 +18,5 @@ behat.yml | |
!/bin/developer | ||
!/bin/setup | ||
/tmp-assets | ||
|
||
locale/*/LC_MESSAGES/*.mo |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
.PHONY: i18n | ||
|
||
PO_FILES := $(wildcard locale/*/LC_MESSAGES/phraseanet.po) | ||
PO_FILES += $(wildcard locale/*/LC_MESSAGES/test.po) | ||
|
||
i18n: $(PO_FILES:po=mo) | ||
|
||
%.mo: %.po | ||
msgfmt $< -o $@ | ||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.