src/main/resources/l10n
. Then, execute gradlew run
in the root directory and JabRef should start./src/main/java/org/jabref/logic/l10n/Languages.java
in the JabRef source code tree). The line is inserted in the static {}
section where the map LANGUAGES
is populated. The code must of course be recompiled after this modification.JabRef_xx.properties
(xx
denotes the country code for the language). It contains all translations in a key/value format. In the JabRef source code tree, the property files reside in the /src/main/resources/l10n directory.\
) to make it a valid property key. The translation value does not need any escapes.%0
, %1
, %2
etc. In such entries, simply repeat the same notation in the translated version.\u2302
.