forgejo/modules/translation
Gusted 15aa35a809
fix(i18n): use translate key as fallback
- If the translate key is nonsense (not seen in any of the languages)
then the translate key as-is should be returned as value, this helps
during development. Currently it displays the first entry of the locale
store which is "Home".
- Regression from forgejo/forgejo#6203.
- Added unit test.
2025-01-28 15:03:38 +01:00
..
i18n fix(i18n): use translate key as fallback 2025-01-28 15:03:38 +01:00
mock.go
plural_rules.go
translation.go
translation_test.go