Skip to content

Lhassa/seafile-client

 
 

Repository files navigation

seafile-client

New version of Seafile desktop client.

BUILD

Prerequisites

INSTALL

cmake .
make
make install

Internationalization

You are welcome to add translation in your language.

Install Qt Linguist

First you need to install Qt Linguist:

  • Windows/MacOS: download it from here

  • Linux users:

    sudo apt-get install libqt4-dev

Do the translation

For example, if you like to add Russian translation.

  1. Make a copy of an existing translation file in i18n/ folder, like i18n/seafile_zh_CN.ts, and name it i18n/seafile_ru_RU.ts.
  2. Start Qt Linguist
  3. Open the file i18n/seafile_ru_RU.ts in Qt Linguist, and translate it entry by entry.

Contribute your translation

Just fork seafile-client and send us a pull request, and we'll check and merge your translation.

Update the translation

Some time later after the your initial translation is merged, new content need to be translated as seafile-client source code evolves. To update the translation, just open the .ts file with Qt Linguist, and translate all unfinished items.

About

New version of Seafile desktop client.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 52.3%
  • TypeScript 45.1%
  • Other 2.6%