Added French support and many other changes:
* Updated gradle * Gradle build script changed to prompt for password in UI * Initial French support NOTE: Missing UI resources. * IntelliJ IDEA: Optimize Imports * Fixed dictionary loading UI oddity when loading multiple dicts
This commit is contained in:
parent
e7466a292f
commit
0ec529a6d3
21 changed files with 336715 additions and 110 deletions
|
|
@ -1,9 +1,10 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<!-- MAKE SURE THESE MATCH WITH LangHelper.java -->
|
||||
<!-- MAKE SURE THESE MATCH WITH LangHelper.java id -->
|
||||
<integer name="LANG_EN">1</integer>
|
||||
<integer name="LANG_RU">2</integer>
|
||||
<integer name="LANG_DE">4</integer>
|
||||
<integer name="LANG_FR">8</integer>
|
||||
|
||||
<integer name="INPUT_DICT">0</integer>
|
||||
<integer name="INPUT_TEXT">1</integer>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue