Skip to content

Commit

Permalink
Move to using short i18n functions with "printf", so rewrite sources …
Browse files Browse the repository at this point in the history
…and po files. Fix: stripping before list files (python packages listed missed .pyc files). Also remove few hacks from code, make pot and msgmerge.
  • Loading branch information
lexeii committed May 7, 2015
1 parent e60cfc5 commit 77081b7
Show file tree
Hide file tree
Showing 15 changed files with 3,680 additions and 3,940 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ uninstall-cross:
# i18n

pot:
xgettext -o po/cook.pot -k_ -k_n -L Shell -cL10n \
xgettext -o po/cook.pot -k_ -k_n -k_p:1,2 -L Shell -cL10n \
--copyright-holder="SliTaz Association" \
--package-name="Cook" \
--package-version="$(VERSION)" \
Expand Down
Loading

0 comments on commit 77081b7

Please sign in to comment.