Skip to content

Latest commit

 

History

History
34 lines (28 loc) · 1.49 KB

CONTRIBUTING.md

File metadata and controls

34 lines (28 loc) · 1.49 KB

Cavasik

Audio visualizer based on CAVA

New Translations

If you want to make a translation, thank you, you're awesome!

Here are the instructions to make a translation:

  • Make a fork of the repository.
  • Clone said fork.
  • (Optional) Use a specialized editor like poedit.
  • Create a <locale_code>.po file in the lang directory.
  • Copy the contents of cavasik.pot template to said file.
  • Work with the new .po file using a normal or a specialized editor.
  • When the translation is finished, add the locale code to the LINGUAS file keeping it alphabetically sorted.
  • Then, to take authorship, edit the CREDITS.json file adding a new entry following the same pattern as the other ones. If you made multiple translations use an array of languages in the "lang" entry.
  • Add, commit and push the changes to the forked repository.
  • Lastly, open a new pull request with the new changes made!

Thank you for being willing to sacrifice your time to help this project grow!

Author

TheWisker