1 Star 0 Fork 24

prothesman / seafile-client

forked from lins05 / seafile-client 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
dev-guide.md 570 Bytes
一键复制 编辑 原始数据 按行查看 历史
lins05 提交于 2013-11-06 14:30 . added c++ coding style

C++ Coding Style

Refer to coding-style.md

I18N

update the .ts files

    make update-ts

Add a new language

  1. add the language to the LANGUAGES variable in CMakeLists.txt

     SET(LANGUAGES zh_CN xx_YY)
  2. make update-ts

  3. add a line to seafile-client.qrc

     <file>i18n/seafile_xx_YY.qm</file>

Add a New Language Contributed by Others

  1. add the language to the LANGUAGES variable in CMakeLists.txt

     SET(LANGUAGES zh_CN xx_YY)
  2. add a line to seafile-client.qrc

     <file>i18n/seafile_xx_YY.qm</file>
1
https://gitee.com/prothesman/seafile-client.git
git@gitee.com:prothesman/seafile-client.git
prothesman
seafile-client
seafile-client
master

搜索帮助