Windows RC files#

在 4.1 版本變更: 對Windows RC文件的支持已被重寫。

備註

Support for this format is under development. Some features might not yet be available and the behavior can change between releases. Feedback from testing is welcome.

RC files are language files used to localize translatable text, dialogs, menus, for Windows applications.

也參考

Windows RC files

Example files#

Example Windows RC file:

LANGUAGE LANG_CZECH, SUBLANG_DEFAULT

STRINGTABLE
BEGIN
    IDS_MSG1                "Hello, world!\n"
    IDS_MSG2                "Orangutan has %d banana.\n"
    IDS_MSG3                "Try Weblate at http://demo.weblate.org/!\n"
    IDS_MSG4                "Thank you for using Weblate."
END

Weblate 設定組態#

典型的 Weblate 組件配置

文件掩碼

狼/*.如此

單語的基底語言檔

lang/en-US.rc

新翻譯的模板

lang/en-US.rc

檔案格式

RC file