Piwigo / Piwigo-Android

Piwigo Native Android App
GNU General Public License v3.0
140 stars 43 forks source link

download size setting mixes internal names and translated strings #198

Closed ramack closed 4 years ago

ramack commented 4 years ago

in settings_preferences.xml:download_size_array uses download_size_array as entries and entryValues, which is not correct, the entryValues names shall be non-translatable, while the entries shall, so we need to have two different arrays in strings.xml.

Also the displayed names should be the same English texts as in Piwigo on server/admin panel.