From 2ba3c9cafa76b1f88a30d222462cb31bb6482135 Mon Sep 17 00:00:00 2001 From: Oliver Kopp Date: Fri, 11 Oct 2024 04:32:04 +0200 Subject: [PATCH] Add link to Java code. (#11907) --- docs/code-howtos/localization.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/code-howtos/localization.md b/docs/code-howtos/localization.md index d7a2a8c6559e..568ad3695294 100644 --- a/docs/code-howtos/localization.md +++ b/docs/code-howtos/localization.md @@ -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).