Skip to content

Commit

Permalink
feat: add placeholder translation files for common languages
Browse files Browse the repository at this point in the history
  • Loading branch information
vicwomg committed Jan 14, 2025
1 parent 2e8c8fe commit 5a158eb
Show file tree
Hide file tree
Showing 16 changed files with 5,849 additions and 498 deletions.
6 changes: 6 additions & 0 deletions pikaraoke/_TRANSLATION.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
Translation requires you have Babel installed, and the `pybabel` command available to run.

## Contributing to translations

Translation help is much appreciated

Look in `pikaraoke/translations` directory and identify the `messages.po` file for a locale/language you can help translate. Fill in all the translations in the file and submit a PR or email the maintainer of pikaraoke.

## Marking strings for translation

In Python files, you can mark a string for translation on the web frontend using `flask_babel`.
Expand Down
Loading

0 comments on commit 5a158eb

Please sign in to comment.