New version of Seafile desktop client.
cmake .
make
make install
You are welcome to add translation in your language.
First you need to install Qt Linguist:
-
Windows/MacOS: download it from here
-
Linux users:
sudo apt-get install libqt4-dev
For example, if you like to add Russian translation.
- Make a copy of an existing translation file in
i18n/
folder, likei18n/seafile_zh_CN.ts
, and name iti18n/seafile_ru_RU.ts
. - Start Qt Linguist
- Open the file
i18n/seafile_ru_RU.ts
in Qt Linguist, and translate it entry by entry.
Please submit translations via Transifex: https://www.transifex.com/projects/p/seafile-client/
Steps:
- Create a free account on Transifex (https://www.transifex.com/).
- Send a request to join the language translation.
- After accepted by the project maintainer, then you can upload your file or translate online.