mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-19 12:28:22 +01:00
updated japanese translations (Takeo Hashimoto <HashimotoTakeo@mac.com>)
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
Changes since version 0.91.0:
|
||||
.............................
|
||||
- fixed crash with info panel and alt-tabbing
|
||||
- updated Japanese translations (Takeo Hashimoto <HashimotoTakeo@mac.com>)
|
||||
|
||||
Changes since version 0.90.0:
|
||||
.............................
|
||||
|
||||
@@ -31,7 +31,7 @@ all-local: $(CATALOGS)
|
||||
|
||||
WINGs.pot: $(POTFILES)
|
||||
xgettext --default-domain=WINGs \
|
||||
--add-comments --keyword=_ $(POTFILES)
|
||||
--add-comments --keyword=_ --keyword=N_ $(POTFILES)
|
||||
if cmp -s WINGs.po WINGs.pot; then \
|
||||
rm -f WINGs.po; \
|
||||
else \
|
||||
|
||||
@@ -39,7 +39,7 @@ all-local: $(CATALOGS)
|
||||
|
||||
WPrefs.pot: $(POTFILES)
|
||||
xgettext --default-domain=WPrefs \
|
||||
--add-comments --keyword=_ $(POTFILES)
|
||||
--add-comments --keyword=_ --keyword=N_ $(POTFILES)
|
||||
if cmp -s WPrefs.po WPrefs.pot; then \
|
||||
rm -f WPrefs.po; \
|
||||
else \
|
||||
|
||||
1225
WPrefs.app/po/ja.po
1225
WPrefs.app/po/ja.po
File diff suppressed because it is too large
Load Diff
@@ -48,7 +48,7 @@ all-local: $(CATALOGS)
|
||||
|
||||
WindowMaker.pot: $(POTFILES)
|
||||
xgettext --default-domain=WindowMaker \
|
||||
--add-comments --keyword=_ $(POTFILES)
|
||||
--add-comments --keyword=_ --keyword=N_ $(POTFILES)
|
||||
if cmp -s WindowMaker.po WindowMaker.pot; then \
|
||||
rm -f WindowMaker.po; \
|
||||
else \
|
||||
|
||||
Reference in New Issue
Block a user