Skip to content

Commit

Permalink
Add link to Java code. (#11907)
Browse files Browse the repository at this point in the history
  • Loading branch information
koppor authored Oct 11, 2024
1 parent 1a5e25f commit 4ab7d85
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/code-howtos/localization.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,3 +66,7 @@ The tests in `org.jabref.logic.l10n.LocalizationConsistencyTest` check whether t
3. Configure the new language in [Crowdin](https://crowdin.com/project/jabref)

If the language is a variant of a language `zh_CN` or `pt_BR` it is necessary to add a language mapping for Crowdin to the crowdin.yml file in the root. Of course the properties file also has to be named according to the language code and locale.

## Background information

The localization is tested via the class [LocalizationConsistencyTest](https://github.com/JabRef/jabref/blob/main/src/test/java/org/jabref/logic/l10n/LocalizationConsistencyTest.java).

0 comments on commit 4ab7d85

Please sign in to comment.