correct lang docs

This commit is contained in:
Dvlv 2024-01-11 18:30:46 +00:00
parent c343f8785e
commit f2fc2b151b
No known key found for this signature in database
GPG key ID: 1F4BD7220B7FDCFA

View file

@ -6,7 +6,7 @@
- Make a folder inside there called `LC_MESSAGES`, e.g. `mkdir fr_FR/LC_MESSAGES`
- Copy `boxbuddy.pot` to your-locale.po inside that folder, e.g. `cp boxbuddy.pot fr_FR/LC_MESSAGES/fr_FR.po`
- Fill in the translations in your new `.po` file. This can be done using [https://poedit.net](https://poedit.net/)
- (Optional) compile your `.po` to an `.mo`, e.g. `msgfmt fr_FR/LC_MESSAGES/fr_FR.po fr_FR/LC_MESSAGES/fr_FR.mo`
- (Optional) compile your `.po` to an `.mo`, e.g. `msgfmt fr_FR/LC_MESSAGES/fr_FR.po fr_FR/LC_MESSAGES/boxbuddyrs.mo`
- I don't mind doing this step, so please feel free to commit a PR with just the new `.po` file
- Make a Pull Request as normal.