galadril / DomoticzForAndroid

This is a Domoticz Android app. Domoticz is a very light weight home automation system ...
http://www.domoticz.com
14 stars 7 forks source link

Add to translation #169

Closed ghost closed 8 years ago

ghost commented 8 years ago

In file strings_plans.xml should be add string to value devices from 2 to 4(to translation):

<?xml version="1.0" encoding="utf-8"?>

``` Plans %1d device %1d devices %1d devices ```

Polish translation: <?xml version="1.0" encoding="utf-8"?>

``` Plans %1d urządzenie %1d urządzenia %1d urządzeń ```
RoadXY commented 8 years ago

2-4 is not possible. I think we should change the text to: Devices: 1

instead of: 1 device 2 devices 4 devices etc

ghost commented 8 years ago

OK no problem.

But i know that in Android it is possible. I use project TVHClient and developer this app include translation for One program , 2-4 programs and more programs...

Looks on translation Polish: https://github.com/rsiebert/TVHClient/blob/develop/res/values-pl/plurals.xml

galadril commented 8 years ago

Think we can close this issue