570 B
570 B
C++ Coding Style
Refer to coding-style.md
I18N
update the .ts files
make update-ts
Add a new language
-
add the language to the LANGUAGES variable in
CMakeLists.txt
SET(LANGUAGES zh_CN xx_YY)
-
make update-ts
-
add a line to
seafile-client.qrc
<file>i18n/seafile_xx_YY.qm</file>
Add a New Language Contributed by Others
-
add the language to the LANGUAGES variable in
CMakeLists.txt
SET(LANGUAGES zh_CN xx_YY)
-
add a line to
seafile-client.qrc
<file>i18n/seafile_xx_YY.qm</file>