?? merge_po.bat
字號:
@echo off
@echo *** Merging new default.po with previous translations ***
FOR /D %%L IN (??) DO echo %%L && msgmerge --no-fuzzy-matching --update %%L\LC_MESSAGES\default.po default.po
FOR /D %%L IN (??_??) DO echo %%L && msgmerge --no-fuzzy-matching --update %%L\LC_MESSAGES\default.po default.po
@echo *** Removing fuzzy and obsolete items ***
FOR /D %%L IN (??) DO echo %%L && copy /Y %%L\LC_MESSAGES\default.po %%L\LC_MESSAGES\default.tmp && msgattrib --no-fuzzy --no-obsolete -o %%L\LC_MESSAGES\default.po %%L\LC_MESSAGES\default.tmp && del %%L\LC_MESSAGES\default.tmp
FOR /D %%L IN (??_??) DO echo %%L && copy /Y %%L\LC_MESSAGES\default.po %%L\LC_MESSAGES\default.tmp && msgattrib --no-fuzzy --no-obsolete -o %%L\LC_MESSAGES\default.po %%L\LC_MESSAGES\default.tmp && del %%L\LC_MESSAGES\default.tmp
@pause
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -