diff options
author | Birte Kristina Friesel <derf@finalrewind.org> | 2025-07-27 21:43:33 +0200 |
---|---|---|
committer | Birte Kristina Friesel <derf@finalrewind.org> | 2025-07-27 21:43:33 +0200 |
commit | 9d99e88b7a67fb93c60b7c6c2e71e92b2b08b76c (patch) | |
tree | 77a1ce53dc4a357f63db7d8de36b7cf86a93c273 /doc/contributing.md | |
parent | 237a722c047fe785989578df124c1ae42adc1391 (diff) |
contributing: Clarify code changes
Diffstat (limited to 'doc/contributing.md')
-rw-r--r-- | doc/contributing.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/contributing.md b/doc/contributing.md index 5863f2c..655f99a 100644 --- a/doc/contributing.md +++ b/doc/contributing.md @@ -23,7 +23,8 @@ Note that travelynx does _not_ use Weblate. ### Adding a new Language * Copy `share/locales/template.pot` to `share/locales/ab-CD.po`, replacing ab-CD with the appropriate language code -* Add the language / locale to `$self->helper(loc_handle …` in `lib/Travelynx.pm` and `templates/language.html.ep` +* Add the language / locale to `$self->helper(loc_handle …` in `lib/Travelynx.pm` +* Add the language / locale to `templates/language.html.ep` * Provide as many translations as you feel comfortable with – partial translation files are fine; any entry left as `msgstr ""` will cause travelynx to fall back to English or German. * Open a merge request, either on [Codeberg](https://codeberg.org/derf/travelynx/pulls) or [GitHub](https://github.com/derf/travelynx/pulls) |