Skip to content

Commit

Permalink
Update code-howtos.md
Browse files Browse the repository at this point in the history
Fix checkstyle
  • Loading branch information
Siedlerchr authored Dec 26, 2020
1 parent d5139b1 commit 5574f90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/getting-into-the-code/code-howtos.md
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ The tests check whether translation strings appear correctly in the resource bun

1. Add the new Language to the Language enum in [https://github.com/JabRef/jabref/blob/master/src/main/java/org/jabref/logic/l10n/Language.java](https://github.com/JabRef/jabref/blob/master/src/main/java/org/jabref/logic/l10n/Language.java)
2. Create an empty <locale code>.properties file
3. Configure the new language in [https://crowdin.com/project/jabref ](https://crowdin.com/project/jabref)
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.

Expand Down

0 comments on commit 5574f90

Please sign in to comment.