1
0
mirror of https://github.com/oliexdev/openScale.git synced 2025-08-22 00:06:48 +02:00

Add Chinese to in app language list

Add Chinese and Czech to README (and sort language list alphabetically).
This commit is contained in:
Erik Johansson
2018-04-19 19:02:56 +02:00
parent da8afe61c2
commit 546e34f216
3 changed files with 3 additions and 2 deletions

View File

@@ -21,7 +21,7 @@ Install [openScale-dev-build.apk](https://github.com/oliexdev/openScale/releases
- Estimates body metrics (body fat, body water and lean body mass) based on scientic publications
- Support for multiple users
- Partially or full support for custom made Bluetooth scale, Xiaomi Mi scale v1/v2, Sanitas SBF70, Medisana BS444, Digoo DG-S038H, Yunmai Mini, Excelvan CF369BLE, Yunmai SE, MGB, Exingtech Y1, Beurer BF700/710/800, Silvercrest SBF75, Runtastic Libra (see [openScale wiki](https://github.com/oliexdev/openScale/wiki/Supported-scales-in-openScale) for details)
- Partially or full translated into English, German, Japanese, French, Polish, Brazilian portuguese, Slovak, Turkish, Swedish, Spanish, Dutch, Catalan, Norwegian Bokmål
- Partially or full translated into Brazilian Portuguese, Catalan, Chinese, Czech, Dutch, English, French, German, Japanese, Norwegian Bokmål, Polish, Slovak, Spanish, Swedish, Turkish
- No advertising and for free
- All data belongs to you (no cloud service)

View File

@@ -26,7 +26,6 @@ import com.health.openscale.core.datatypes.ScaleUser;
import com.health.openscale.core.utils.Converters;
import java.util.Arrays;
import java.util.Date;
import java.util.UUID;
public class BluetoothExcelvanCF369BLE extends BluetoothCommunication {

View File

@@ -5,6 +5,7 @@
<!-- Keep the list below alphabetically sorted -->
<item>Brazilian Portuguese</item>
<item>Catalan (català)</item>
<item>Chinese (中文)</item>
<item>Czech (čeština)</item>
<item>Dutch (Nederlands)</item>
<item>English</item>
@@ -24,6 +25,7 @@
<!-- The order below should match the langage order above -->
<item>pt-BR</item>
<item>ca</item>
<item>zh-HK</item>
<item>cs</item>
<item>nl</item>
<item>en</item>