l10n: added files for English (Shavian) locale
This commit is contained in:
parent
b9327db44b
commit
df9d9733fa
5 changed files with 16 additions and 0 deletions
4
android/app/src/main/res/values-b+en+Shaw/strings.xml
Normal file
4
android/app/src/main/res/values-b+en+Shaw/strings.xml
Normal file
|
@ -0,0 +1,4 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<string name="app_name">𐑱𐑝𐑰𐑟</string>
|
||||
</resources>
|
5
fastlane/metadata/android/en-Shaw/full_description.txt
Normal file
5
fastlane/metadata/android/en-Shaw/full_description.txt
Normal file
|
@ -0,0 +1,5 @@
|
|||
<i>Aves</i> can handle all sorts of images and videos, including your typical JPEGs and MP4s, but also more exotic things like <b>multi-page TIFFs, SVGs, old AVIs and more</b>! It scans your media collection to identify <b>motion photos</b>, <b>panoramas</b> (aka photo spheres), <b>360° videos</b>, as well as <b>GeoTIFF</b> files.
|
||||
|
||||
<b>Navigation and search</b> is an important part of <i>Aves</i>. The goal is for users to easily flow from albums to photos to tags to maps, etc.
|
||||
|
||||
<i>Aves</i> integrates with Android (from KitKat to Android 14, including Android TV) with features such as <b>widgets</b>, <b>app shortcuts</b>, <b>screen saver</b> and <b>global search</b> handling. It also works as a <b>media viewer and picker</b>.
|
1
fastlane/metadata/android/en-Shaw/short_description.txt
Normal file
1
fastlane/metadata/android/en-Shaw/short_description.txt
Normal file
|
@ -0,0 +1 @@
|
|||
Gallery and metadata explorer
|
5
lib/l10n/app_en_Shaw.arb
Normal file
5
lib/l10n/app_en_Shaw.arb
Normal file
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"@@locale": "en_Shaw",
|
||||
"appName": "𐑱𐑝𐑰𐑟",
|
||||
"@appName": {}
|
||||
}
|
|
@ -10,6 +10,7 @@ class SupportedLocales {
|
|||
'de': 'Deutsch',
|
||||
'el': 'Ελληνικά',
|
||||
'en': 'English',
|
||||
'en_Shaw': '𐑦𐑙𐑜𐑤𐑦𐑖 (𐑖𐑱𐑝𐑰𐑩𐑯)',
|
||||
'es': 'Español (México)',
|
||||
'eu': 'Euskara',
|
||||
'fa': 'فارسی',
|
||||
|
|
Loading…
Reference in a new issue