QssStylesheetEditor icon indicating copy to clipboard operation
QssStylesheetEditor copied to clipboard

Contribute to international translation [need help]

Open hustlei opened this issue 2 years ago • 0 comments

thanks for anyone to contribute the international translation. now English, Chinese are exist, russian needs to be updated. welcome to add other language translation.

the way to contribute is as follow:

  1. find the English.ts file in installer\i18n under the QssStylesheetEditor source code directory.
  2. find every <message> tag and translate the content in <source> to target lang fill in the <translation> tag.
  3. rename the .ts file then commit and Pull Request to github.
<message>
    <source>English text</source>
    <translation>translated target lang text</translation>
</message>

hustlei avatar Jul 09 '21 11:07 hustlei