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:
|
Changes since version 0.91.0:
|
||||||
.............................
|
.............................
|
||||||
- fixed crash with info panel and alt-tabbing
|
- fixed crash with info panel and alt-tabbing
|
||||||
|
- updated Japanese translations (Takeo Hashimoto <HashimotoTakeo@mac.com>)
|
||||||
|
|
||||||
Changes since version 0.90.0:
|
Changes since version 0.90.0:
|
||||||
.............................
|
.............................
|
||||||
|
|||||||
@@ -31,7 +31,7 @@ all-local: $(CATALOGS)
|
|||||||
|
|
||||||
WINGs.pot: $(POTFILES)
|
WINGs.pot: $(POTFILES)
|
||||||
xgettext --default-domain=WINGs \
|
xgettext --default-domain=WINGs \
|
||||||
--add-comments --keyword=_ $(POTFILES)
|
--add-comments --keyword=_ --keyword=N_ $(POTFILES)
|
||||||
if cmp -s WINGs.po WINGs.pot; then \
|
if cmp -s WINGs.po WINGs.pot; then \
|
||||||
rm -f WINGs.po; \
|
rm -f WINGs.po; \
|
||||||
else \
|
else \
|
||||||
|
|||||||
@@ -39,7 +39,7 @@ all-local: $(CATALOGS)
|
|||||||
|
|
||||||
WPrefs.pot: $(POTFILES)
|
WPrefs.pot: $(POTFILES)
|
||||||
xgettext --default-domain=WPrefs \
|
xgettext --default-domain=WPrefs \
|
||||||
--add-comments --keyword=_ $(POTFILES)
|
--add-comments --keyword=_ --keyword=N_ $(POTFILES)
|
||||||
if cmp -s WPrefs.po WPrefs.pot; then \
|
if cmp -s WPrefs.po WPrefs.pot; then \
|
||||||
rm -f WPrefs.po; \
|
rm -f WPrefs.po; \
|
||||||
else \
|
else \
|
||||||
|
|||||||
1195
WPrefs.app/po/ja.po
1195
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)
|
WindowMaker.pot: $(POTFILES)
|
||||||
xgettext --default-domain=WindowMaker \
|
xgettext --default-domain=WindowMaker \
|
||||||
--add-comments --keyword=_ $(POTFILES)
|
--add-comments --keyword=_ --keyword=N_ $(POTFILES)
|
||||||
if cmp -s WindowMaker.po WindowMaker.pot; then \
|
if cmp -s WindowMaker.po WindowMaker.pot; then \
|
||||||
rm -f WindowMaker.po; \
|
rm -f WindowMaker.po; \
|
||||||
else \
|
else \
|
||||||
|
|||||||
Reference in New Issue
Block a user