[android]Enable per-app language #3584

Merged
Jean-BaptisteC merged 3 commits from language into master 2022-10-13 12:56:49 +00:00
3 changed files with 47 additions and 1 deletions

View file

@ -58,6 +58,7 @@
android:dataExtractionRules="@xml/backup_content_v31"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:localeConfig="@xml/locales_config"
android:theme="@style/MwmTheme"
android:supportsRtl="true"
android:networkSecurityConfig="@xml/network_security_config"

View file

@ -83,7 +83,7 @@ dependencies {
}
implementation 'androidx.annotation:annotation:1.5.0'
implementation 'androidx.appcompat:appcompat:1.5.1'
implementation 'androidx.appcompat:appcompat:1.6.0-rc01'
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
implementation 'androidx.fragment:fragment:1.5.3'
// Lifecycle is added as a workaround for duplicate classes error caused by some outdated dependency:

View file

@ -0,0 +1,45 @@
biodranik commented 2022-10-12 16:07:33 +00:00 (Migrated from github.com)
Review

Are you sure about en-rGB? Should it be en-GB, as in the example?

Are you sure about en-rGB? Should it be en-GB, as in the example?
biodranik commented 2022-10-12 16:08:10 +00:00 (Migrated from github.com)
Review

Are you sure about these? In the example they use zh-Hant and zh-Hans. Can you please test if it works properly?

Are you sure about these? In the example they use zh-Hant and zh-Hans. Can you please test if it works properly?
biodranik commented 2022-10-12 16:08:15 +00:00 (Migrated from github.com)
Review

ditto

ditto
biodranik commented 2022-10-12 16:08:21 +00:00 (Migrated from github.com)
Review

ditto

ditto
biodranik commented 2022-10-12 16:08:27 +00:00 (Migrated from github.com)
Review

ditto

ditto
Jean-BaptisteC commented 2022-10-12 16:24:06 +00:00 (Migrated from github.com)
Review

Check this

Check [this ](https://developer.android.com/guide/topics/resources/localization#avoid-creating-more-resource-files-and-text-strings-than-you-need)
biodranik commented 2022-10-12 20:13:12 +00:00 (Migrated from github.com)
Review

Did you test these languages on your device? Did they work?

Did you test these languages on your device? Did they work?
Jean-BaptisteC commented 2022-10-12 20:26:40 +00:00 (Migrated from github.com)
Review

I have test with english

  • en_US (default english)

-en_GB

I have test with english - en_US (default english) <img src="https://user-images.githubusercontent.com/87148630/195440640-b73e999b-9cf3-4e49-985e-7714a43fc1fc.png" height="500"/> -en_GB <img src="https://user-images.githubusercontent.com/87148630/195440840-e60d1b96-f4cc-49f7-a532-25a7b80b6bf1.png" height="500" />
biodranik commented 2022-10-12 20:54:05 +00:00 (Migrated from github.com)
Review

What about Chinese?

What about Chinese?
Jean-BaptisteC commented 2022-10-12 22:00:12 +00:00 (Migrated from github.com)
Review

Examples:

  • pt
    delete (bottomsheet on map)=Eliminar

  • pt_BR(Brazil)
    delete=Apagar

Examples: - pt delete (bottomsheet on map)=Eliminar - pt_BR(Brazil) delete=Apagar
Jean-BaptisteC commented 2022-10-12 22:02:30 +00:00 (Migrated from github.com)
Review

Examples:

  • fr (France)
    Translittération en latin (App settings)

  • fr_CA (Canada)
    Translittération vers l'alphabet latin (App settings)

Examples: - fr (France) Translittération en latin (App settings) - fr_CA (Canada) Translittération vers l\'alphabet latin (App settings)
Jean-BaptisteC commented 2022-10-12 22:05:14 +00:00 (Migrated from github.com)
Review

Examples:

es (Spain)
Transliteración al latín (App settings)

es_MX (Mexico)
Transliteración al alfabeto latino (App settings)
Examples: es (Spain) Transliteración al latín (App settings) es_MX (Mexico) Transliteración al alfabeto latino (App settings)
Review

nit: new line

nit: new line
Jean-BaptisteC commented 2022-10-13 10:04:49 +00:00 (Migrated from github.com)
Review

zh-Hans

zh-Hant

zh-Hans <img src="https://user-images.githubusercontent.com/87148630/195567788-6a039942-ab40-4cce-8516-395936283998.png" height="500"/> zh-Hant <img src="https://user-images.githubusercontent.com/87148630/195567911-36f497fb-1805-4ba7-9e57-2424da542700.png" height="500"/>
biodranik commented 2022-10-13 12:53:50 +00:00 (Migrated from github.com)
Review
</locale-config>

```suggestion </locale-config> ```
biodranik commented 2022-10-12 16:07:33 +00:00 (Migrated from github.com)
Review

Are you sure about en-rGB? Should it be en-GB, as in the example?

Are you sure about en-rGB? Should it be en-GB, as in the example?
biodranik commented 2022-10-12 16:08:10 +00:00 (Migrated from github.com)
Review

Are you sure about these? In the example they use zh-Hant and zh-Hans. Can you please test if it works properly?

Are you sure about these? In the example they use zh-Hant and zh-Hans. Can you please test if it works properly?
biodranik commented 2022-10-12 16:08:15 +00:00 (Migrated from github.com)
Review

ditto

ditto
biodranik commented 2022-10-12 16:08:21 +00:00 (Migrated from github.com)
Review

ditto

ditto
biodranik commented 2022-10-12 16:08:27 +00:00 (Migrated from github.com)
Review

ditto

ditto
Jean-BaptisteC commented 2022-10-12 16:24:06 +00:00 (Migrated from github.com)
Review

Check this

Check [this ](https://developer.android.com/guide/topics/resources/localization#avoid-creating-more-resource-files-and-text-strings-than-you-need)
biodranik commented 2022-10-12 20:13:12 +00:00 (Migrated from github.com)
Review

Did you test these languages on your device? Did they work?

Did you test these languages on your device? Did they work?
Jean-BaptisteC commented 2022-10-12 20:26:40 +00:00 (Migrated from github.com)
Review

I have test with english

  • en_US (default english)

-en_GB

I have test with english - en_US (default english) <img src="https://user-images.githubusercontent.com/87148630/195440640-b73e999b-9cf3-4e49-985e-7714a43fc1fc.png" height="500"/> -en_GB <img src="https://user-images.githubusercontent.com/87148630/195440840-e60d1b96-f4cc-49f7-a532-25a7b80b6bf1.png" height="500" />
biodranik commented 2022-10-12 20:54:05 +00:00 (Migrated from github.com)
Review

What about Chinese?

What about Chinese?
Jean-BaptisteC commented 2022-10-12 22:00:12 +00:00 (Migrated from github.com)
Review

Examples:

  • pt
    delete (bottomsheet on map)=Eliminar

  • pt_BR(Brazil)
    delete=Apagar

Examples: - pt delete (bottomsheet on map)=Eliminar - pt_BR(Brazil) delete=Apagar
Jean-BaptisteC commented 2022-10-12 22:02:30 +00:00 (Migrated from github.com)
Review

Examples:

  • fr (France)
    Translittération en latin (App settings)

  • fr_CA (Canada)
    Translittération vers l'alphabet latin (App settings)

Examples: - fr (France) Translittération en latin (App settings) - fr_CA (Canada) Translittération vers l\'alphabet latin (App settings)
Jean-BaptisteC commented 2022-10-12 22:05:14 +00:00 (Migrated from github.com)
Review

Examples:

es (Spain)
Transliteración al latín (App settings)

es_MX (Mexico)
Transliteración al alfabeto latino (App settings)
Examples: es (Spain) Transliteración al latín (App settings) es_MX (Mexico) Transliteración al alfabeto latino (App settings)
Review

nit: new line

nit: new line
Jean-BaptisteC commented 2022-10-13 10:04:49 +00:00 (Migrated from github.com)
Review

zh-Hans

zh-Hant

zh-Hans <img src="https://user-images.githubusercontent.com/87148630/195567788-6a039942-ab40-4cce-8516-395936283998.png" height="500"/> zh-Hant <img src="https://user-images.githubusercontent.com/87148630/195567911-36f497fb-1805-4ba7-9e57-2424da542700.png" height="500"/>
biodranik commented 2022-10-13 12:53:50 +00:00 (Migrated from github.com)
Review
</locale-config>

```suggestion </locale-config> ```
<?xml version="1.0" encoding="utf-8"?>
biodranik commented 2022-10-12 16:07:33 +00:00 (Migrated from github.com)
Review

Are you sure about en-rGB? Should it be en-GB, as in the example?

Are you sure about en-rGB? Should it be en-GB, as in the example?
biodranik commented 2022-10-12 16:08:10 +00:00 (Migrated from github.com)
Review

Are you sure about these? In the example they use zh-Hant and zh-Hans. Can you please test if it works properly?

Are you sure about these? In the example they use zh-Hant and zh-Hans. Can you please test if it works properly?
biodranik commented 2022-10-12 16:08:15 +00:00 (Migrated from github.com)
Review

ditto

ditto
biodranik commented 2022-10-12 16:08:21 +00:00 (Migrated from github.com)
Review

ditto

ditto
biodranik commented 2022-10-12 16:08:27 +00:00 (Migrated from github.com)
Review

ditto

ditto
Jean-BaptisteC commented 2022-10-12 16:24:06 +00:00 (Migrated from github.com)
Review

Check this

Check [this ](https://developer.android.com/guide/topics/resources/localization#avoid-creating-more-resource-files-and-text-strings-than-you-need)
biodranik commented 2022-10-12 20:13:12 +00:00 (Migrated from github.com)
Review

Did you test these languages on your device? Did they work?

Did you test these languages on your device? Did they work?
Jean-BaptisteC commented 2022-10-12 20:26:40 +00:00 (Migrated from github.com)
Review

I have test with english

  • en_US (default english)

-en_GB

I have test with english - en_US (default english) <img src="https://user-images.githubusercontent.com/87148630/195440640-b73e999b-9cf3-4e49-985e-7714a43fc1fc.png" height="500"/> -en_GB <img src="https://user-images.githubusercontent.com/87148630/195440840-e60d1b96-f4cc-49f7-a532-25a7b80b6bf1.png" height="500" />
biodranik commented 2022-10-12 20:54:05 +00:00 (Migrated from github.com)
Review

What about Chinese?

What about Chinese?
Jean-BaptisteC commented 2022-10-12 22:00:12 +00:00 (Migrated from github.com)
Review

Examples:

  • pt
    delete (bottomsheet on map)=Eliminar

  • pt_BR(Brazil)
    delete=Apagar

Examples: - pt delete (bottomsheet on map)=Eliminar - pt_BR(Brazil) delete=Apagar
Jean-BaptisteC commented 2022-10-12 22:02:30 +00:00 (Migrated from github.com)
Review

Examples:

  • fr (France)
    Translittération en latin (App settings)

  • fr_CA (Canada)
    Translittération vers l'alphabet latin (App settings)

Examples: - fr (France) Translittération en latin (App settings) - fr_CA (Canada) Translittération vers l\'alphabet latin (App settings)
Jean-BaptisteC commented 2022-10-12 22:05:14 +00:00 (Migrated from github.com)
Review

Examples:

es (Spain)
Transliteración al latín (App settings)

es_MX (Mexico)
Transliteración al alfabeto latino (App settings)
Examples: es (Spain) Transliteración al latín (App settings) es_MX (Mexico) Transliteración al alfabeto latino (App settings)
Review

nit: new line

nit: new line
Jean-BaptisteC commented 2022-10-13 10:04:49 +00:00 (Migrated from github.com)
Review

zh-Hans

zh-Hant

zh-Hans <img src="https://user-images.githubusercontent.com/87148630/195567788-6a039942-ab40-4cce-8516-395936283998.png" height="500"/> zh-Hant <img src="https://user-images.githubusercontent.com/87148630/195567911-36f497fb-1805-4ba7-9e57-2424da542700.png" height="500"/>
biodranik commented 2022-10-13 12:53:50 +00:00 (Migrated from github.com)
Review
</locale-config>

```suggestion </locale-config> ```
<locale-config xmlns:android="http://schemas.android.com/apk/res/android">
biodranik commented 2022-10-12 16:07:33 +00:00 (Migrated from github.com)
Review

Are you sure about en-rGB? Should it be en-GB, as in the example?

Are you sure about en-rGB? Should it be en-GB, as in the example?
biodranik commented 2022-10-12 16:08:10 +00:00 (Migrated from github.com)
Review

Are you sure about these? In the example they use zh-Hant and zh-Hans. Can you please test if it works properly?

Are you sure about these? In the example they use zh-Hant and zh-Hans. Can you please test if it works properly?
biodranik commented 2022-10-12 16:08:15 +00:00 (Migrated from github.com)
Review

ditto

ditto
biodranik commented 2022-10-12 16:08:21 +00:00 (Migrated from github.com)
Review

ditto

ditto
biodranik commented 2022-10-12 16:08:27 +00:00 (Migrated from github.com)
Review

ditto

ditto
Jean-BaptisteC commented 2022-10-12 16:24:06 +00:00 (Migrated from github.com)
Review

Check this

Check [this ](https://developer.android.com/guide/topics/resources/localization#avoid-creating-more-resource-files-and-text-strings-than-you-need)
biodranik commented 2022-10-12 20:13:12 +00:00 (Migrated from github.com)
Review

Did you test these languages on your device? Did they work?

Did you test these languages on your device? Did they work?
Jean-BaptisteC commented 2022-10-12 20:26:40 +00:00 (Migrated from github.com)
Review

I have test with english

  • en_US (default english)

-en_GB

I have test with english - en_US (default english) <img src="https://user-images.githubusercontent.com/87148630/195440640-b73e999b-9cf3-4e49-985e-7714a43fc1fc.png" height="500"/> -en_GB <img src="https://user-images.githubusercontent.com/87148630/195440840-e60d1b96-f4cc-49f7-a532-25a7b80b6bf1.png" height="500" />
biodranik commented 2022-10-12 20:54:05 +00:00 (Migrated from github.com)
Review

What about Chinese?

What about Chinese?
Jean-BaptisteC commented 2022-10-12 22:00:12 +00:00 (Migrated from github.com)
Review

Examples:

  • pt
    delete (bottomsheet on map)=Eliminar

  • pt_BR(Brazil)
    delete=Apagar

Examples: - pt delete (bottomsheet on map)=Eliminar - pt_BR(Brazil) delete=Apagar
Jean-BaptisteC commented 2022-10-12 22:02:30 +00:00 (Migrated from github.com)
Review

Examples:

  • fr (France)
    Translittération en latin (App settings)

  • fr_CA (Canada)
    Translittération vers l'alphabet latin (App settings)

Examples: - fr (France) Translittération en latin (App settings) - fr_CA (Canada) Translittération vers l\'alphabet latin (App settings)
Jean-BaptisteC commented 2022-10-12 22:05:14 +00:00 (Migrated from github.com)
Review

Examples:

es (Spain)
Transliteración al latín (App settings)

es_MX (Mexico)
Transliteración al alfabeto latino (App settings)
Examples: es (Spain) Transliteración al latín (App settings) es_MX (Mexico) Transliteración al alfabeto latino (App settings)
Review

nit: new line

nit: new line
Jean-BaptisteC commented 2022-10-13 10:04:49 +00:00 (Migrated from github.com)
Review

zh-Hans

zh-Hant

zh-Hans <img src="https://user-images.githubusercontent.com/87148630/195567788-6a039942-ab40-4cce-8516-395936283998.png" height="500"/> zh-Hant <img src="https://user-images.githubusercontent.com/87148630/195567911-36f497fb-1805-4ba7-9e57-2424da542700.png" height="500"/>
biodranik commented 2022-10-13 12:53:50 +00:00 (Migrated from github.com)
Review
</locale-config>

```suggestion </locale-config> ```
<locale android:name="en" />
biodranik commented 2022-10-12 16:07:33 +00:00 (Migrated from github.com)
Review

Are you sure about en-rGB? Should it be en-GB, as in the example?

Are you sure about en-rGB? Should it be en-GB, as in the example?
biodranik commented 2022-10-12 16:08:10 +00:00 (Migrated from github.com)
Review

Are you sure about these? In the example they use zh-Hant and zh-Hans. Can you please test if it works properly?

Are you sure about these? In the example they use zh-Hant and zh-Hans. Can you please test if it works properly?
biodranik commented 2022-10-12 16:08:15 +00:00 (Migrated from github.com)
Review

ditto

ditto
biodranik commented 2022-10-12 16:08:21 +00:00 (Migrated from github.com)
Review

ditto

ditto
biodranik commented 2022-10-12 16:08:27 +00:00 (Migrated from github.com)
Review

ditto

ditto
Jean-BaptisteC commented 2022-10-12 16:24:06 +00:00 (Migrated from github.com)
Review

Check this

Check [this ](https://developer.android.com/guide/topics/resources/localization#avoid-creating-more-resource-files-and-text-strings-than-you-need)
biodranik commented 2022-10-12 20:13:12 +00:00 (Migrated from github.com)
Review

Did you test these languages on your device? Did they work?

Did you test these languages on your device? Did they work?
Jean-BaptisteC commented 2022-10-12 20:26:40 +00:00 (Migrated from github.com)
Review

I have test with english

  • en_US (default english)

-en_GB

I have test with english - en_US (default english) <img src="https://user-images.githubusercontent.com/87148630/195440640-b73e999b-9cf3-4e49-985e-7714a43fc1fc.png" height="500"/> -en_GB <img src="https://user-images.githubusercontent.com/87148630/195440840-e60d1b96-f4cc-49f7-a532-25a7b80b6bf1.png" height="500" />
biodranik commented 2022-10-12 20:54:05 +00:00 (Migrated from github.com)
Review

What about Chinese?

What about Chinese?
Jean-BaptisteC commented 2022-10-12 22:00:12 +00:00 (Migrated from github.com)
Review

Examples:

  • pt
    delete (bottomsheet on map)=Eliminar

  • pt_BR(Brazil)
    delete=Apagar

Examples: - pt delete (bottomsheet on map)=Eliminar - pt_BR(Brazil) delete=Apagar
Jean-BaptisteC commented 2022-10-12 22:02:30 +00:00 (Migrated from github.com)
Review

Examples:

  • fr (France)
    Translittération en latin (App settings)

  • fr_CA (Canada)
    Translittération vers l'alphabet latin (App settings)

Examples: - fr (France) Translittération en latin (App settings) - fr_CA (Canada) Translittération vers l\'alphabet latin (App settings)
Jean-BaptisteC commented 2022-10-12 22:05:14 +00:00 (Migrated from github.com)
Review

Examples:

es (Spain)
Transliteración al latín (App settings)

es_MX (Mexico)
Transliteración al alfabeto latino (App settings)
Examples: es (Spain) Transliteración al latín (App settings) es_MX (Mexico) Transliteración al alfabeto latino (App settings)
Review

nit: new line

nit: new line
Jean-BaptisteC commented 2022-10-13 10:04:49 +00:00 (Migrated from github.com)
Review

zh-Hans

zh-Hant

zh-Hans <img src="https://user-images.githubusercontent.com/87148630/195567788-6a039942-ab40-4cce-8516-395936283998.png" height="500"/> zh-Hant <img src="https://user-images.githubusercontent.com/87148630/195567911-36f497fb-1805-4ba7-9e57-2424da542700.png" height="500"/>
biodranik commented 2022-10-13 12:53:50 +00:00 (Migrated from github.com)
Review
</locale-config>

```suggestion </locale-config> ```
<locale android:name="ar" />
biodranik commented 2022-10-12 16:07:33 +00:00 (Migrated from github.com)
Review

Are you sure about en-rGB? Should it be en-GB, as in the example?

Are you sure about en-rGB? Should it be en-GB, as in the example?
biodranik commented 2022-10-12 16:08:10 +00:00 (Migrated from github.com)
Review

Are you sure about these? In the example they use zh-Hant and zh-Hans. Can you please test if it works properly?

Are you sure about these? In the example they use zh-Hant and zh-Hans. Can you please test if it works properly?
biodranik commented 2022-10-12 16:08:15 +00:00 (Migrated from github.com)
Review

ditto

ditto
biodranik commented 2022-10-12 16:08:21 +00:00 (Migrated from github.com)
Review

ditto

ditto
biodranik commented 2022-10-12 16:08:27 +00:00 (Migrated from github.com)
Review

ditto

ditto
Jean-BaptisteC commented 2022-10-12 16:24:06 +00:00 (Migrated from github.com)
Review

Check this

Check [this ](https://developer.android.com/guide/topics/resources/localization#avoid-creating-more-resource-files-and-text-strings-than-you-need)
biodranik commented 2022-10-12 20:13:12 +00:00 (Migrated from github.com)
Review

Did you test these languages on your device? Did they work?

Did you test these languages on your device? Did they work?
Jean-BaptisteC commented 2022-10-12 20:26:40 +00:00 (Migrated from github.com)
Review

I have test with english

  • en_US (default english)

-en_GB

I have test with english - en_US (default english) <img src="https://user-images.githubusercontent.com/87148630/195440640-b73e999b-9cf3-4e49-985e-7714a43fc1fc.png" height="500"/> -en_GB <img src="https://user-images.githubusercontent.com/87148630/195440840-e60d1b96-f4cc-49f7-a532-25a7b80b6bf1.png" height="500" />
biodranik commented 2022-10-12 20:54:05 +00:00 (Migrated from github.com)
Review

What about Chinese?

What about Chinese?
Jean-BaptisteC commented 2022-10-12 22:00:12 +00:00 (Migrated from github.com)
Review

Examples:

  • pt
    delete (bottomsheet on map)=Eliminar

  • pt_BR(Brazil)
    delete=Apagar

Examples: - pt delete (bottomsheet on map)=Eliminar - pt_BR(Brazil) delete=Apagar
Jean-BaptisteC commented 2022-10-12 22:02:30 +00:00 (Migrated from github.com)
Review

Examples:

  • fr (France)
    Translittération en latin (App settings)

  • fr_CA (Canada)
    Translittération vers l'alphabet latin (App settings)

Examples: - fr (France) Translittération en latin (App settings) - fr_CA (Canada) Translittération vers l\'alphabet latin (App settings)
Jean-BaptisteC commented 2022-10-12 22:05:14 +00:00 (Migrated from github.com)
Review

Examples:

es (Spain)
Transliteración al latín (App settings)

es_MX (Mexico)
Transliteración al alfabeto latino (App settings)
Examples: es (Spain) Transliteración al latín (App settings) es_MX (Mexico) Transliteración al alfabeto latino (App settings)
Review

nit: new line

nit: new line
Jean-BaptisteC commented 2022-10-13 10:04:49 +00:00 (Migrated from github.com)
Review

zh-Hans

zh-Hant

zh-Hans <img src="https://user-images.githubusercontent.com/87148630/195567788-6a039942-ab40-4cce-8516-395936283998.png" height="500"/> zh-Hant <img src="https://user-images.githubusercontent.com/87148630/195567911-36f497fb-1805-4ba7-9e57-2424da542700.png" height="500"/>
biodranik commented 2022-10-13 12:53:50 +00:00 (Migrated from github.com)
Review
</locale-config>

```suggestion </locale-config> ```
<locale android:name="be" />
biodranik commented 2022-10-12 16:07:33 +00:00 (Migrated from github.com)
Review

Are you sure about en-rGB? Should it be en-GB, as in the example?

Are you sure about en-rGB? Should it be en-GB, as in the example?
biodranik commented 2022-10-12 16:08:10 +00:00 (Migrated from github.com)
Review

Are you sure about these? In the example they use zh-Hant and zh-Hans. Can you please test if it works properly?

Are you sure about these? In the example they use zh-Hant and zh-Hans. Can you please test if it works properly?
biodranik commented 2022-10-12 16:08:15 +00:00 (Migrated from github.com)
Review

ditto

ditto
biodranik commented 2022-10-12 16:08:21 +00:00 (Migrated from github.com)
Review

ditto

ditto
biodranik commented 2022-10-12 16:08:27 +00:00 (Migrated from github.com)
Review

ditto

ditto
Jean-BaptisteC commented 2022-10-12 16:24:06 +00:00 (Migrated from github.com)
Review

Check this

Check [this ](https://developer.android.com/guide/topics/resources/localization#avoid-creating-more-resource-files-and-text-strings-than-you-need)
biodranik commented 2022-10-12 20:13:12 +00:00 (Migrated from github.com)
Review

Did you test these languages on your device? Did they work?

Did you test these languages on your device? Did they work?
Jean-BaptisteC commented 2022-10-12 20:26:40 +00:00 (Migrated from github.com)
Review

I have test with english

  • en_US (default english)

-en_GB

I have test with english - en_US (default english) <img src="https://user-images.githubusercontent.com/87148630/195440640-b73e999b-9cf3-4e49-985e-7714a43fc1fc.png" height="500"/> -en_GB <img src="https://user-images.githubusercontent.com/87148630/195440840-e60d1b96-f4cc-49f7-a532-25a7b80b6bf1.png" height="500" />
biodranik commented 2022-10-12 20:54:05 +00:00 (Migrated from github.com)
Review

What about Chinese?

What about Chinese?
Jean-BaptisteC commented 2022-10-12 22:00:12 +00:00 (Migrated from github.com)
Review

Examples:

  • pt
    delete (bottomsheet on map)=Eliminar

  • pt_BR(Brazil)
    delete=Apagar

Examples: - pt delete (bottomsheet on map)=Eliminar - pt_BR(Brazil) delete=Apagar
Jean-BaptisteC commented 2022-10-12 22:02:30 +00:00 (Migrated from github.com)
Review

Examples:

  • fr (France)
    Translittération en latin (App settings)

  • fr_CA (Canada)
    Translittération vers l'alphabet latin (App settings)

Examples: - fr (France) Translittération en latin (App settings) - fr_CA (Canada) Translittération vers l\'alphabet latin (App settings)
Jean-BaptisteC commented 2022-10-12 22:05:14 +00:00 (Migrated from github.com)
Review

Examples:

es (Spain)
Transliteración al latín (App settings)

es_MX (Mexico)
Transliteración al alfabeto latino (App settings)
Examples: es (Spain) Transliteración al latín (App settings) es_MX (Mexico) Transliteración al alfabeto latino (App settings)
Review

nit: new line

nit: new line
Jean-BaptisteC commented 2022-10-13 10:04:49 +00:00 (Migrated from github.com)
Review

zh-Hans

zh-Hant

zh-Hans <img src="https://user-images.githubusercontent.com/87148630/195567788-6a039942-ab40-4cce-8516-395936283998.png" height="500"/> zh-Hant <img src="https://user-images.githubusercontent.com/87148630/195567911-36f497fb-1805-4ba7-9e57-2424da542700.png" height="500"/>
biodranik commented 2022-10-13 12:53:50 +00:00 (Migrated from github.com)
Review
</locale-config>

```suggestion </locale-config> ```
<locale android:name="bg" />
biodranik commented 2022-10-12 16:07:33 +00:00 (Migrated from github.com)
Review

Are you sure about en-rGB? Should it be en-GB, as in the example?

Are you sure about en-rGB? Should it be en-GB, as in the example?
biodranik commented 2022-10-12 16:08:10 +00:00 (Migrated from github.com)
Review

Are you sure about these? In the example they use zh-Hant and zh-Hans. Can you please test if it works properly?

Are you sure about these? In the example they use zh-Hant and zh-Hans. Can you please test if it works properly?
biodranik commented 2022-10-12 16:08:15 +00:00 (Migrated from github.com)
Review

ditto

ditto
biodranik commented 2022-10-12 16:08:21 +00:00 (Migrated from github.com)
Review

ditto

ditto
biodranik commented 2022-10-12 16:08:27 +00:00 (Migrated from github.com)
Review

ditto

ditto
Jean-BaptisteC commented 2022-10-12 16:24:06 +00:00 (Migrated from github.com)
Review

Check this

Check [this ](https://developer.android.com/guide/topics/resources/localization#avoid-creating-more-resource-files-and-text-strings-than-you-need)
biodranik commented 2022-10-12 20:13:12 +00:00 (Migrated from github.com)
Review

Did you test these languages on your device? Did they work?

Did you test these languages on your device? Did they work?
Jean-BaptisteC commented 2022-10-12 20:26:40 +00:00 (Migrated from github.com)
Review

I have test with english

  • en_US (default english)

-en_GB

I have test with english - en_US (default english) <img src="https://user-images.githubusercontent.com/87148630/195440640-b73e999b-9cf3-4e49-985e-7714a43fc1fc.png" height="500"/> -en_GB <img src="https://user-images.githubusercontent.com/87148630/195440840-e60d1b96-f4cc-49f7-a532-25a7b80b6bf1.png" height="500" />
biodranik commented 2022-10-12 20:54:05 +00:00 (Migrated from github.com)
Review

What about Chinese?

What about Chinese?
Jean-BaptisteC commented 2022-10-12 22:00:12 +00:00 (Migrated from github.com)
Review

Examples:

  • pt
    delete (bottomsheet on map)=Eliminar

  • pt_BR(Brazil)
    delete=Apagar

Examples: - pt delete (bottomsheet on map)=Eliminar - pt_BR(Brazil) delete=Apagar
Jean-BaptisteC commented 2022-10-12 22:02:30 +00:00 (Migrated from github.com)
Review

Examples:

  • fr (France)
    Translittération en latin (App settings)

  • fr_CA (Canada)
    Translittération vers l'alphabet latin (App settings)

Examples: - fr (France) Translittération en latin (App settings) - fr_CA (Canada) Translittération vers l\'alphabet latin (App settings)
Jean-BaptisteC commented 2022-10-12 22:05:14 +00:00 (Migrated from github.com)
Review

Examples:

es (Spain)
Transliteración al latín (App settings)

es_MX (Mexico)
Transliteración al alfabeto latino (App settings)
Examples: es (Spain) Transliteración al latín (App settings) es_MX (Mexico) Transliteración al alfabeto latino (App settings)
Review

nit: new line

nit: new line
Jean-BaptisteC commented 2022-10-13 10:04:49 +00:00 (Migrated from github.com)
Review

zh-Hans

zh-Hant

zh-Hans <img src="https://user-images.githubusercontent.com/87148630/195567788-6a039942-ab40-4cce-8516-395936283998.png" height="500"/> zh-Hant <img src="https://user-images.githubusercontent.com/87148630/195567911-36f497fb-1805-4ba7-9e57-2424da542700.png" height="500"/>
biodranik commented 2022-10-13 12:53:50 +00:00 (Migrated from github.com)
Review
</locale-config>

```suggestion </locale-config> ```
<locale android:name="ca" />
biodranik commented 2022-10-12 16:07:33 +00:00 (Migrated from github.com)
Review

Are you sure about en-rGB? Should it be en-GB, as in the example?

Are you sure about en-rGB? Should it be en-GB, as in the example?
biodranik commented 2022-10-12 16:08:10 +00:00 (Migrated from github.com)
Review

Are you sure about these? In the example they use zh-Hant and zh-Hans. Can you please test if it works properly?

Are you sure about these? In the example they use zh-Hant and zh-Hans. Can you please test if it works properly?
biodranik commented 2022-10-12 16:08:15 +00:00 (Migrated from github.com)
Review

ditto

ditto
biodranik commented 2022-10-12 16:08:21 +00:00 (Migrated from github.com)
Review

ditto

ditto
biodranik commented 2022-10-12 16:08:27 +00:00 (Migrated from github.com)
Review

ditto

ditto
Jean-BaptisteC commented 2022-10-12 16:24:06 +00:00 (Migrated from github.com)
Review

Check this

Check [this ](https://developer.android.com/guide/topics/resources/localization#avoid-creating-more-resource-files-and-text-strings-than-you-need)
biodranik commented 2022-10-12 20:13:12 +00:00 (Migrated from github.com)
Review

Did you test these languages on your device? Did they work?

Did you test these languages on your device? Did they work?
Jean-BaptisteC commented 2022-10-12 20:26:40 +00:00 (Migrated from github.com)
Review

I have test with english

  • en_US (default english)

-en_GB

I have test with english - en_US (default english) <img src="https://user-images.githubusercontent.com/87148630/195440640-b73e999b-9cf3-4e49-985e-7714a43fc1fc.png" height="500"/> -en_GB <img src="https://user-images.githubusercontent.com/87148630/195440840-e60d1b96-f4cc-49f7-a532-25a7b80b6bf1.png" height="500" />
biodranik commented 2022-10-12 20:54:05 +00:00 (Migrated from github.com)
Review

What about Chinese?

What about Chinese?
Jean-BaptisteC commented 2022-10-12 22:00:12 +00:00 (Migrated from github.com)
Review

Examples:

  • pt
    delete (bottomsheet on map)=Eliminar

  • pt_BR(Brazil)
    delete=Apagar

Examples: - pt delete (bottomsheet on map)=Eliminar - pt_BR(Brazil) delete=Apagar
Jean-BaptisteC commented 2022-10-12 22:02:30 +00:00 (Migrated from github.com)
Review

Examples:

  • fr (France)
    Translittération en latin (App settings)

  • fr_CA (Canada)
    Translittération vers l'alphabet latin (App settings)

Examples: - fr (France) Translittération en latin (App settings) - fr_CA (Canada) Translittération vers l\'alphabet latin (App settings)
Jean-BaptisteC commented 2022-10-12 22:05:14 +00:00 (Migrated from github.com)
Review

Examples:

es (Spain)
Transliteración al latín (App settings)

es_MX (Mexico)
Transliteración al alfabeto latino (App settings)
Examples: es (Spain) Transliteración al latín (App settings) es_MX (Mexico) Transliteración al alfabeto latino (App settings)
Review

nit: new line

nit: new line
Jean-BaptisteC commented 2022-10-13 10:04:49 +00:00 (Migrated from github.com)
Review

zh-Hans

zh-Hant

zh-Hans <img src="https://user-images.githubusercontent.com/87148630/195567788-6a039942-ab40-4cce-8516-395936283998.png" height="500"/> zh-Hant <img src="https://user-images.githubusercontent.com/87148630/195567911-36f497fb-1805-4ba7-9e57-2424da542700.png" height="500"/>
biodranik commented 2022-10-13 12:53:50 +00:00 (Migrated from github.com)
Review
</locale-config>

```suggestion </locale-config> ```
<locale android:name="cs" />
biodranik commented 2022-10-12 16:07:33 +00:00 (Migrated from github.com)
Review

Are you sure about en-rGB? Should it be en-GB, as in the example?

Are you sure about en-rGB? Should it be en-GB, as in the example?
biodranik commented 2022-10-12 16:08:10 +00:00 (Migrated from github.com)
Review

Are you sure about these? In the example they use zh-Hant and zh-Hans. Can you please test if it works properly?

Are you sure about these? In the example they use zh-Hant and zh-Hans. Can you please test if it works properly?
biodranik commented 2022-10-12 16:08:15 +00:00 (Migrated from github.com)
Review

ditto

ditto
biodranik commented 2022-10-12 16:08:21 +00:00 (Migrated from github.com)
Review

ditto

ditto
biodranik commented 2022-10-12 16:08:27 +00:00 (Migrated from github.com)
Review

ditto

ditto
Jean-BaptisteC commented 2022-10-12 16:24:06 +00:00 (Migrated from github.com)
Review

Check this

Check [this ](https://developer.android.com/guide/topics/resources/localization#avoid-creating-more-resource-files-and-text-strings-than-you-need)
biodranik commented 2022-10-12 20:13:12 +00:00 (Migrated from github.com)
Review

Did you test these languages on your device? Did they work?

Did you test these languages on your device? Did they work?
Jean-BaptisteC commented 2022-10-12 20:26:40 +00:00 (Migrated from github.com)
Review

I have test with english

  • en_US (default english)

-en_GB

I have test with english - en_US (default english) <img src="https://user-images.githubusercontent.com/87148630/195440640-b73e999b-9cf3-4e49-985e-7714a43fc1fc.png" height="500"/> -en_GB <img src="https://user-images.githubusercontent.com/87148630/195440840-e60d1b96-f4cc-49f7-a532-25a7b80b6bf1.png" height="500" />
biodranik commented 2022-10-12 20:54:05 +00:00 (Migrated from github.com)
Review

What about Chinese?

What about Chinese?
Jean-BaptisteC commented 2022-10-12 22:00:12 +00:00 (Migrated from github.com)
Review

Examples:

  • pt
    delete (bottomsheet on map)=Eliminar

  • pt_BR(Brazil)
    delete=Apagar

Examples: - pt delete (bottomsheet on map)=Eliminar - pt_BR(Brazil) delete=Apagar
Jean-BaptisteC commented 2022-10-12 22:02:30 +00:00 (Migrated from github.com)
Review

Examples:

  • fr (France)
    Translittération en latin (App settings)

  • fr_CA (Canada)
    Translittération vers l'alphabet latin (App settings)

Examples: - fr (France) Translittération en latin (App settings) - fr_CA (Canada) Translittération vers l\'alphabet latin (App settings)
Jean-BaptisteC commented 2022-10-12 22:05:14 +00:00 (Migrated from github.com)
Review

Examples:

es (Spain)
Transliteración al latín (App settings)

es_MX (Mexico)
Transliteración al alfabeto latino (App settings)
Examples: es (Spain) Transliteración al latín (App settings) es_MX (Mexico) Transliteración al alfabeto latino (App settings)
Review

nit: new line

nit: new line
Jean-BaptisteC commented 2022-10-13 10:04:49 +00:00 (Migrated from github.com)
Review

zh-Hans

zh-Hant

zh-Hans <img src="https://user-images.githubusercontent.com/87148630/195567788-6a039942-ab40-4cce-8516-395936283998.png" height="500"/> zh-Hant <img src="https://user-images.githubusercontent.com/87148630/195567911-36f497fb-1805-4ba7-9e57-2424da542700.png" height="500"/>
biodranik commented 2022-10-13 12:53:50 +00:00 (Migrated from github.com)
Review
</locale-config>

```suggestion </locale-config> ```
<locale android:name="da" />
biodranik commented 2022-10-12 16:07:33 +00:00 (Migrated from github.com)
Review

Are you sure about en-rGB? Should it be en-GB, as in the example?

Are you sure about en-rGB? Should it be en-GB, as in the example?
biodranik commented 2022-10-12 16:08:10 +00:00 (Migrated from github.com)
Review

Are you sure about these? In the example they use zh-Hant and zh-Hans. Can you please test if it works properly?

Are you sure about these? In the example they use zh-Hant and zh-Hans. Can you please test if it works properly?
biodranik commented 2022-10-12 16:08:15 +00:00 (Migrated from github.com)
Review

ditto

ditto
biodranik commented 2022-10-12 16:08:21 +00:00 (Migrated from github.com)
Review

ditto

ditto
biodranik commented 2022-10-12 16:08:27 +00:00 (Migrated from github.com)
Review

ditto

ditto
Jean-BaptisteC commented 2022-10-12 16:24:06 +00:00 (Migrated from github.com)
Review

Check this

Check [this ](https://developer.android.com/guide/topics/resources/localization#avoid-creating-more-resource-files-and-text-strings-than-you-need)
biodranik commented 2022-10-12 20:13:12 +00:00 (Migrated from github.com)
Review

Did you test these languages on your device? Did they work?

Did you test these languages on your device? Did they work?
Jean-BaptisteC commented 2022-10-12 20:26:40 +00:00 (Migrated from github.com)
Review

I have test with english

  • en_US (default english)

-en_GB

I have test with english - en_US (default english) <img src="https://user-images.githubusercontent.com/87148630/195440640-b73e999b-9cf3-4e49-985e-7714a43fc1fc.png" height="500"/> -en_GB <img src="https://user-images.githubusercontent.com/87148630/195440840-e60d1b96-f4cc-49f7-a532-25a7b80b6bf1.png" height="500" />
biodranik commented 2022-10-12 20:54:05 +00:00 (Migrated from github.com)
Review

What about Chinese?

What about Chinese?
Jean-BaptisteC commented 2022-10-12 22:00:12 +00:00 (Migrated from github.com)
Review

Examples:

  • pt
    delete (bottomsheet on map)=Eliminar

  • pt_BR(Brazil)
    delete=Apagar

Examples: - pt delete (bottomsheet on map)=Eliminar - pt_BR(Brazil) delete=Apagar
Jean-BaptisteC commented 2022-10-12 22:02:30 +00:00 (Migrated from github.com)
Review

Examples:

  • fr (France)
    Translittération en latin (App settings)

  • fr_CA (Canada)
    Translittération vers l'alphabet latin (App settings)

Examples: - fr (France) Translittération en latin (App settings) - fr_CA (Canada) Translittération vers l\'alphabet latin (App settings)
Jean-BaptisteC commented 2022-10-12 22:05:14 +00:00 (Migrated from github.com)
Review

Examples:

es (Spain)
Transliteración al latín (App settings)

es_MX (Mexico)
Transliteración al alfabeto latino (App settings)
Examples: es (Spain) Transliteración al latín (App settings) es_MX (Mexico) Transliteración al alfabeto latino (App settings)
Review

nit: new line

nit: new line
Jean-BaptisteC commented 2022-10-13 10:04:49 +00:00 (Migrated from github.com)
Review

zh-Hans

zh-Hant

zh-Hans <img src="https://user-images.githubusercontent.com/87148630/195567788-6a039942-ab40-4cce-8516-395936283998.png" height="500"/> zh-Hant <img src="https://user-images.githubusercontent.com/87148630/195567911-36f497fb-1805-4ba7-9e57-2424da542700.png" height="500"/>
biodranik commented 2022-10-13 12:53:50 +00:00 (Migrated from github.com)
Review
</locale-config>

```suggestion </locale-config> ```
<locale android:name="de" />
biodranik commented 2022-10-12 16:07:33 +00:00 (Migrated from github.com)
Review

Are you sure about en-rGB? Should it be en-GB, as in the example?

Are you sure about en-rGB? Should it be en-GB, as in the example?
biodranik commented 2022-10-12 16:08:10 +00:00 (Migrated from github.com)
Review

Are you sure about these? In the example they use zh-Hant and zh-Hans. Can you please test if it works properly?

Are you sure about these? In the example they use zh-Hant and zh-Hans. Can you please test if it works properly?
biodranik commented 2022-10-12 16:08:15 +00:00 (Migrated from github.com)
Review

ditto

ditto
biodranik commented 2022-10-12 16:08:21 +00:00 (Migrated from github.com)
Review

ditto

ditto
biodranik commented 2022-10-12 16:08:27 +00:00 (Migrated from github.com)
Review

ditto

ditto
Jean-BaptisteC commented 2022-10-12 16:24:06 +00:00 (Migrated from github.com)
Review

Check this

Check [this ](https://developer.android.com/guide/topics/resources/localization#avoid-creating-more-resource-files-and-text-strings-than-you-need)
biodranik commented 2022-10-12 20:13:12 +00:00 (Migrated from github.com)
Review

Did you test these languages on your device? Did they work?

Did you test these languages on your device? Did they work?
Jean-BaptisteC commented 2022-10-12 20:26:40 +00:00 (Migrated from github.com)
Review

I have test with english

  • en_US (default english)

-en_GB

I have test with english - en_US (default english) <img src="https://user-images.githubusercontent.com/87148630/195440640-b73e999b-9cf3-4e49-985e-7714a43fc1fc.png" height="500"/> -en_GB <img src="https://user-images.githubusercontent.com/87148630/195440840-e60d1b96-f4cc-49f7-a532-25a7b80b6bf1.png" height="500" />
biodranik commented 2022-10-12 20:54:05 +00:00 (Migrated from github.com)
Review

What about Chinese?

What about Chinese?
Jean-BaptisteC commented 2022-10-12 22:00:12 +00:00 (Migrated from github.com)
Review

Examples:

  • pt
    delete (bottomsheet on map)=Eliminar

  • pt_BR(Brazil)
    delete=Apagar

Examples: - pt delete (bottomsheet on map)=Eliminar - pt_BR(Brazil) delete=Apagar
Jean-BaptisteC commented 2022-10-12 22:02:30 +00:00 (Migrated from github.com)
Review

Examples:

  • fr (France)
    Translittération en latin (App settings)

  • fr_CA (Canada)
    Translittération vers l'alphabet latin (App settings)

Examples: - fr (France) Translittération en latin (App settings) - fr_CA (Canada) Translittération vers l\'alphabet latin (App settings)
Jean-BaptisteC commented 2022-10-12 22:05:14 +00:00 (Migrated from github.com)
Review

Examples:

es (Spain)
Transliteración al latín (App settings)

es_MX (Mexico)
Transliteración al alfabeto latino (App settings)
Examples: es (Spain) Transliteración al latín (App settings) es_MX (Mexico) Transliteración al alfabeto latino (App settings)
Review

nit: new line

nit: new line
Jean-BaptisteC commented 2022-10-13 10:04:49 +00:00 (Migrated from github.com)
Review

zh-Hans

zh-Hant

zh-Hans <img src="https://user-images.githubusercontent.com/87148630/195567788-6a039942-ab40-4cce-8516-395936283998.png" height="500"/> zh-Hant <img src="https://user-images.githubusercontent.com/87148630/195567911-36f497fb-1805-4ba7-9e57-2424da542700.png" height="500"/>
biodranik commented 2022-10-13 12:53:50 +00:00 (Migrated from github.com)
Review
</locale-config>

```suggestion </locale-config> ```
<locale android:name="el" />
biodranik commented 2022-10-12 16:07:33 +00:00 (Migrated from github.com)
Review

Are you sure about en-rGB? Should it be en-GB, as in the example?

Are you sure about en-rGB? Should it be en-GB, as in the example?
biodranik commented 2022-10-12 16:08:10 +00:00 (Migrated from github.com)
Review

Are you sure about these? In the example they use zh-Hant and zh-Hans. Can you please test if it works properly?

Are you sure about these? In the example they use zh-Hant and zh-Hans. Can you please test if it works properly?
biodranik commented 2022-10-12 16:08:15 +00:00 (Migrated from github.com)
Review

ditto

ditto
biodranik commented 2022-10-12 16:08:21 +00:00 (Migrated from github.com)
Review

ditto

ditto
biodranik commented 2022-10-12 16:08:27 +00:00 (Migrated from github.com)
Review

ditto

ditto
Jean-BaptisteC commented 2022-10-12 16:24:06 +00:00 (Migrated from github.com)
Review

Check this

Check [this ](https://developer.android.com/guide/topics/resources/localization#avoid-creating-more-resource-files-and-text-strings-than-you-need)
biodranik commented 2022-10-12 20:13:12 +00:00 (Migrated from github.com)
Review

Did you test these languages on your device? Did they work?

Did you test these languages on your device? Did they work?
Jean-BaptisteC commented 2022-10-12 20:26:40 +00:00 (Migrated from github.com)
Review

I have test with english

  • en_US (default english)

-en_GB

I have test with english - en_US (default english) <img src="https://user-images.githubusercontent.com/87148630/195440640-b73e999b-9cf3-4e49-985e-7714a43fc1fc.png" height="500"/> -en_GB <img src="https://user-images.githubusercontent.com/87148630/195440840-e60d1b96-f4cc-49f7-a532-25a7b80b6bf1.png" height="500" />
biodranik commented 2022-10-12 20:54:05 +00:00 (Migrated from github.com)
Review

What about Chinese?

What about Chinese?
Jean-BaptisteC commented 2022-10-12 22:00:12 +00:00 (Migrated from github.com)
Review

Examples:

  • pt
    delete (bottomsheet on map)=Eliminar

  • pt_BR(Brazil)
    delete=Apagar

Examples: - pt delete (bottomsheet on map)=Eliminar - pt_BR(Brazil) delete=Apagar
Jean-BaptisteC commented 2022-10-12 22:02:30 +00:00 (Migrated from github.com)
Review

Examples:

  • fr (France)
    Translittération en latin (App settings)

  • fr_CA (Canada)
    Translittération vers l'alphabet latin (App settings)

Examples: - fr (France) Translittération en latin (App settings) - fr_CA (Canada) Translittération vers l\'alphabet latin (App settings)
Jean-BaptisteC commented 2022-10-12 22:05:14 +00:00 (Migrated from github.com)
Review

Examples:

es (Spain)
Transliteración al latín (App settings)

es_MX (Mexico)
Transliteración al alfabeto latino (App settings)
Examples: es (Spain) Transliteración al latín (App settings) es_MX (Mexico) Transliteración al alfabeto latino (App settings)
Review

nit: new line

nit: new line
Jean-BaptisteC commented 2022-10-13 10:04:49 +00:00 (Migrated from github.com)
Review

zh-Hans

zh-Hant

zh-Hans <img src="https://user-images.githubusercontent.com/87148630/195567788-6a039942-ab40-4cce-8516-395936283998.png" height="500"/> zh-Hant <img src="https://user-images.githubusercontent.com/87148630/195567911-36f497fb-1805-4ba7-9e57-2424da542700.png" height="500"/>
biodranik commented 2022-10-13 12:53:50 +00:00 (Migrated from github.com)
Review
</locale-config>

```suggestion </locale-config> ```
<locale android:name="en-GB" />
biodranik commented 2022-10-12 16:07:33 +00:00 (Migrated from github.com)
Review

Are you sure about en-rGB? Should it be en-GB, as in the example?

Are you sure about en-rGB? Should it be en-GB, as in the example?
biodranik commented 2022-10-12 16:08:10 +00:00 (Migrated from github.com)
Review

Are you sure about these? In the example they use zh-Hant and zh-Hans. Can you please test if it works properly?

Are you sure about these? In the example they use zh-Hant and zh-Hans. Can you please test if it works properly?
biodranik commented 2022-10-12 16:08:15 +00:00 (Migrated from github.com)
Review

ditto

ditto
biodranik commented 2022-10-12 16:08:21 +00:00 (Migrated from github.com)
Review

ditto

ditto
biodranik commented 2022-10-12 16:08:27 +00:00 (Migrated from github.com)
Review

ditto

ditto
Jean-BaptisteC commented 2022-10-12 16:24:06 +00:00 (Migrated from github.com)
Review

Check this

Check [this ](https://developer.android.com/guide/topics/resources/localization#avoid-creating-more-resource-files-and-text-strings-than-you-need)
biodranik commented 2022-10-12 20:13:12 +00:00 (Migrated from github.com)
Review

Did you test these languages on your device? Did they work?

Did you test these languages on your device? Did they work?
Jean-BaptisteC commented 2022-10-12 20:26:40 +00:00 (Migrated from github.com)
Review

I have test with english

  • en_US (default english)

-en_GB

I have test with english - en_US (default english) <img src="https://user-images.githubusercontent.com/87148630/195440640-b73e999b-9cf3-4e49-985e-7714a43fc1fc.png" height="500"/> -en_GB <img src="https://user-images.githubusercontent.com/87148630/195440840-e60d1b96-f4cc-49f7-a532-25a7b80b6bf1.png" height="500" />
biodranik commented 2022-10-12 20:54:05 +00:00 (Migrated from github.com)
Review

What about Chinese?

What about Chinese?
Jean-BaptisteC commented 2022-10-12 22:00:12 +00:00 (Migrated from github.com)
Review

Examples:

  • pt
    delete (bottomsheet on map)=Eliminar

  • pt_BR(Brazil)
    delete=Apagar

Examples: - pt delete (bottomsheet on map)=Eliminar - pt_BR(Brazil) delete=Apagar
Jean-BaptisteC commented 2022-10-12 22:02:30 +00:00 (Migrated from github.com)
Review

Examples:

  • fr (France)
    Translittération en latin (App settings)

  • fr_CA (Canada)
    Translittération vers l'alphabet latin (App settings)

Examples: - fr (France) Translittération en latin (App settings) - fr_CA (Canada) Translittération vers l\'alphabet latin (App settings)
Jean-BaptisteC commented 2022-10-12 22:05:14 +00:00 (Migrated from github.com)
Review

Examples:

es (Spain)
Transliteración al latín (App settings)

es_MX (Mexico)
Transliteración al alfabeto latino (App settings)
Examples: es (Spain) Transliteración al latín (App settings) es_MX (Mexico) Transliteración al alfabeto latino (App settings)
Review

nit: new line

nit: new line
Jean-BaptisteC commented 2022-10-13 10:04:49 +00:00 (Migrated from github.com)
Review

zh-Hans

zh-Hant

zh-Hans <img src="https://user-images.githubusercontent.com/87148630/195567788-6a039942-ab40-4cce-8516-395936283998.png" height="500"/> zh-Hant <img src="https://user-images.githubusercontent.com/87148630/195567911-36f497fb-1805-4ba7-9e57-2424da542700.png" height="500"/>
biodranik commented 2022-10-13 12:53:50 +00:00 (Migrated from github.com)
Review
</locale-config>

```suggestion </locale-config> ```
<locale android:name="es" />
biodranik commented 2022-10-12 16:07:33 +00:00 (Migrated from github.com)
Review

Are you sure about en-rGB? Should it be en-GB, as in the example?

Are you sure about en-rGB? Should it be en-GB, as in the example?
biodranik commented 2022-10-12 16:08:10 +00:00 (Migrated from github.com)
Review

Are you sure about these? In the example they use zh-Hant and zh-Hans. Can you please test if it works properly?

Are you sure about these? In the example they use zh-Hant and zh-Hans. Can you please test if it works properly?
biodranik commented 2022-10-12 16:08:15 +00:00 (Migrated from github.com)
Review

ditto

ditto
biodranik commented 2022-10-12 16:08:21 +00:00 (Migrated from github.com)
Review

ditto

ditto
biodranik commented 2022-10-12 16:08:27 +00:00 (Migrated from github.com)
Review

ditto

ditto
Jean-BaptisteC commented 2022-10-12 16:24:06 +00:00 (Migrated from github.com)
Review

Check this

Check [this ](https://developer.android.com/guide/topics/resources/localization#avoid-creating-more-resource-files-and-text-strings-than-you-need)
biodranik commented 2022-10-12 20:13:12 +00:00 (Migrated from github.com)
Review

Did you test these languages on your device? Did they work?

Did you test these languages on your device? Did they work?
Jean-BaptisteC commented 2022-10-12 20:26:40 +00:00 (Migrated from github.com)
Review

I have test with english

  • en_US (default english)

-en_GB

I have test with english - en_US (default english) <img src="https://user-images.githubusercontent.com/87148630/195440640-b73e999b-9cf3-4e49-985e-7714a43fc1fc.png" height="500"/> -en_GB <img src="https://user-images.githubusercontent.com/87148630/195440840-e60d1b96-f4cc-49f7-a532-25a7b80b6bf1.png" height="500" />
biodranik commented 2022-10-12 20:54:05 +00:00 (Migrated from github.com)
Review

What about Chinese?

What about Chinese?
Jean-BaptisteC commented 2022-10-12 22:00:12 +00:00 (Migrated from github.com)
Review

Examples:

  • pt
    delete (bottomsheet on map)=Eliminar

  • pt_BR(Brazil)
    delete=Apagar

Examples: - pt delete (bottomsheet on map)=Eliminar - pt_BR(Brazil) delete=Apagar
Jean-BaptisteC commented 2022-10-12 22:02:30 +00:00 (Migrated from github.com)
Review

Examples:

  • fr (France)
    Translittération en latin (App settings)

  • fr_CA (Canada)
    Translittération vers l'alphabet latin (App settings)

Examples: - fr (France) Translittération en latin (App settings) - fr_CA (Canada) Translittération vers l\'alphabet latin (App settings)
Jean-BaptisteC commented 2022-10-12 22:05:14 +00:00 (Migrated from github.com)
Review

Examples:

es (Spain)
Transliteración al latín (App settings)

es_MX (Mexico)
Transliteración al alfabeto latino (App settings)
Examples: es (Spain) Transliteración al latín (App settings) es_MX (Mexico) Transliteración al alfabeto latino (App settings)
Review

nit: new line

nit: new line
Jean-BaptisteC commented 2022-10-13 10:04:49 +00:00 (Migrated from github.com)
Review

zh-Hans

zh-Hant

zh-Hans <img src="https://user-images.githubusercontent.com/87148630/195567788-6a039942-ab40-4cce-8516-395936283998.png" height="500"/> zh-Hant <img src="https://user-images.githubusercontent.com/87148630/195567911-36f497fb-1805-4ba7-9e57-2424da542700.png" height="500"/>
biodranik commented 2022-10-13 12:53:50 +00:00 (Migrated from github.com)
Review
</locale-config>

```suggestion </locale-config> ```
<locale android:name="es-MX" />
biodranik commented 2022-10-12 16:07:33 +00:00 (Migrated from github.com)
Review

Are you sure about en-rGB? Should it be en-GB, as in the example?

Are you sure about en-rGB? Should it be en-GB, as in the example?
biodranik commented 2022-10-12 16:08:10 +00:00 (Migrated from github.com)
Review

Are you sure about these? In the example they use zh-Hant and zh-Hans. Can you please test if it works properly?

Are you sure about these? In the example they use zh-Hant and zh-Hans. Can you please test if it works properly?
biodranik commented 2022-10-12 16:08:15 +00:00 (Migrated from github.com)
Review

ditto

ditto
biodranik commented 2022-10-12 16:08:21 +00:00 (Migrated from github.com)
Review

ditto

ditto
biodranik commented 2022-10-12 16:08:27 +00:00 (Migrated from github.com)
Review

ditto

ditto
Jean-BaptisteC commented 2022-10-12 16:24:06 +00:00 (Migrated from github.com)
Review

Check this

Check [this ](https://developer.android.com/guide/topics/resources/localization#avoid-creating-more-resource-files-and-text-strings-than-you-need)
biodranik commented 2022-10-12 20:13:12 +00:00 (Migrated from github.com)
Review

Did you test these languages on your device? Did they work?

Did you test these languages on your device? Did they work?
Jean-BaptisteC commented 2022-10-12 20:26:40 +00:00 (Migrated from github.com)
Review

I have test with english

  • en_US (default english)

-en_GB

I have test with english - en_US (default english) <img src="https://user-images.githubusercontent.com/87148630/195440640-b73e999b-9cf3-4e49-985e-7714a43fc1fc.png" height="500"/> -en_GB <img src="https://user-images.githubusercontent.com/87148630/195440840-e60d1b96-f4cc-49f7-a532-25a7b80b6bf1.png" height="500" />
biodranik commented 2022-10-12 20:54:05 +00:00 (Migrated from github.com)
Review

What about Chinese?

What about Chinese?
Jean-BaptisteC commented 2022-10-12 22:00:12 +00:00 (Migrated from github.com)
Review

Examples:

  • pt
    delete (bottomsheet on map)=Eliminar

  • pt_BR(Brazil)
    delete=Apagar

Examples: - pt delete (bottomsheet on map)=Eliminar - pt_BR(Brazil) delete=Apagar
Jean-BaptisteC commented 2022-10-12 22:02:30 +00:00 (Migrated from github.com)
Review

Examples:

  • fr (France)
    Translittération en latin (App settings)

  • fr_CA (Canada)
    Translittération vers l'alphabet latin (App settings)

Examples: - fr (France) Translittération en latin (App settings) - fr_CA (Canada) Translittération vers l\'alphabet latin (App settings)
Jean-BaptisteC commented 2022-10-12 22:05:14 +00:00 (Migrated from github.com)
Review

Examples:

es (Spain)
Transliteración al latín (App settings)

es_MX (Mexico)
Transliteración al alfabeto latino (App settings)
Examples: es (Spain) Transliteración al latín (App settings) es_MX (Mexico) Transliteración al alfabeto latino (App settings)
Review

nit: new line

nit: new line
Jean-BaptisteC commented 2022-10-13 10:04:49 +00:00 (Migrated from github.com)
Review

zh-Hans

zh-Hant

zh-Hans <img src="https://user-images.githubusercontent.com/87148630/195567788-6a039942-ab40-4cce-8516-395936283998.png" height="500"/> zh-Hant <img src="https://user-images.githubusercontent.com/87148630/195567911-36f497fb-1805-4ba7-9e57-2424da542700.png" height="500"/>
biodranik commented 2022-10-13 12:53:50 +00:00 (Migrated from github.com)
Review
</locale-config>

```suggestion </locale-config> ```
<locale android:name="eu" />
biodranik commented 2022-10-12 16:07:33 +00:00 (Migrated from github.com)
Review

Are you sure about en-rGB? Should it be en-GB, as in the example?

Are you sure about en-rGB? Should it be en-GB, as in the example?
biodranik commented 2022-10-12 16:08:10 +00:00 (Migrated from github.com)
Review

Are you sure about these? In the example they use zh-Hant and zh-Hans. Can you please test if it works properly?

Are you sure about these? In the example they use zh-Hant and zh-Hans. Can you please test if it works properly?
biodranik commented 2022-10-12 16:08:15 +00:00 (Migrated from github.com)
Review

ditto

ditto
biodranik commented 2022-10-12 16:08:21 +00:00 (Migrated from github.com)
Review

ditto

ditto
biodranik commented 2022-10-12 16:08:27 +00:00 (Migrated from github.com)
Review

ditto

ditto
Jean-BaptisteC commented 2022-10-12 16:24:06 +00:00 (Migrated from github.com)
Review

Check this

Check [this ](https://developer.android.com/guide/topics/resources/localization#avoid-creating-more-resource-files-and-text-strings-than-you-need)
biodranik commented 2022-10-12 20:13:12 +00:00 (Migrated from github.com)
Review

Did you test these languages on your device? Did they work?

Did you test these languages on your device? Did they work?
Jean-BaptisteC commented 2022-10-12 20:26:40 +00:00 (Migrated from github.com)
Review

I have test with english

  • en_US (default english)

-en_GB

I have test with english - en_US (default english) <img src="https://user-images.githubusercontent.com/87148630/195440640-b73e999b-9cf3-4e49-985e-7714a43fc1fc.png" height="500"/> -en_GB <img src="https://user-images.githubusercontent.com/87148630/195440840-e60d1b96-f4cc-49f7-a532-25a7b80b6bf1.png" height="500" />
biodranik commented 2022-10-12 20:54:05 +00:00 (Migrated from github.com)
Review

What about Chinese?

What about Chinese?
Jean-BaptisteC commented 2022-10-12 22:00:12 +00:00 (Migrated from github.com)
Review

Examples:

  • pt
    delete (bottomsheet on map)=Eliminar

  • pt_BR(Brazil)
    delete=Apagar

Examples: - pt delete (bottomsheet on map)=Eliminar - pt_BR(Brazil) delete=Apagar
Jean-BaptisteC commented 2022-10-12 22:02:30 +00:00 (Migrated from github.com)
Review

Examples:

  • fr (France)
    Translittération en latin (App settings)

  • fr_CA (Canada)
    Translittération vers l'alphabet latin (App settings)

Examples: - fr (France) Translittération en latin (App settings) - fr_CA (Canada) Translittération vers l\'alphabet latin (App settings)
Jean-BaptisteC commented 2022-10-12 22:05:14 +00:00 (Migrated from github.com)
Review

Examples:

es (Spain)
Transliteración al latín (App settings)

es_MX (Mexico)
Transliteración al alfabeto latino (App settings)
Examples: es (Spain) Transliteración al latín (App settings) es_MX (Mexico) Transliteración al alfabeto latino (App settings)
Review

nit: new line

nit: new line
Jean-BaptisteC commented 2022-10-13 10:04:49 +00:00 (Migrated from github.com)
Review

zh-Hans

zh-Hant

zh-Hans <img src="https://user-images.githubusercontent.com/87148630/195567788-6a039942-ab40-4cce-8516-395936283998.png" height="500"/> zh-Hant <img src="https://user-images.githubusercontent.com/87148630/195567911-36f497fb-1805-4ba7-9e57-2424da542700.png" height="500"/>
biodranik commented 2022-10-13 12:53:50 +00:00 (Migrated from github.com)
Review
</locale-config>

```suggestion </locale-config> ```
<locale android:name="fa" />
biodranik commented 2022-10-12 16:07:33 +00:00 (Migrated from github.com)
Review

Are you sure about en-rGB? Should it be en-GB, as in the example?

Are you sure about en-rGB? Should it be en-GB, as in the example?
biodranik commented 2022-10-12 16:08:10 +00:00 (Migrated from github.com)
Review

Are you sure about these? In the example they use zh-Hant and zh-Hans. Can you please test if it works properly?

Are you sure about these? In the example they use zh-Hant and zh-Hans. Can you please test if it works properly?
biodranik commented 2022-10-12 16:08:15 +00:00 (Migrated from github.com)
Review

ditto

ditto
biodranik commented 2022-10-12 16:08:21 +00:00 (Migrated from github.com)
Review

ditto

ditto
biodranik commented 2022-10-12 16:08:27 +00:00 (Migrated from github.com)
Review

ditto

ditto
Jean-BaptisteC commented 2022-10-12 16:24:06 +00:00 (Migrated from github.com)
Review

Check this

Check [this ](https://developer.android.com/guide/topics/resources/localization#avoid-creating-more-resource-files-and-text-strings-than-you-need)
biodranik commented 2022-10-12 20:13:12 +00:00 (Migrated from github.com)
Review

Did you test these languages on your device? Did they work?

Did you test these languages on your device? Did they work?
Jean-BaptisteC commented 2022-10-12 20:26:40 +00:00 (Migrated from github.com)
Review

I have test with english

  • en_US (default english)

-en_GB

I have test with english - en_US (default english) <img src="https://user-images.githubusercontent.com/87148630/195440640-b73e999b-9cf3-4e49-985e-7714a43fc1fc.png" height="500"/> -en_GB <img src="https://user-images.githubusercontent.com/87148630/195440840-e60d1b96-f4cc-49f7-a532-25a7b80b6bf1.png" height="500" />
biodranik commented 2022-10-12 20:54:05 +00:00 (Migrated from github.com)
Review

What about Chinese?

What about Chinese?
Jean-BaptisteC commented 2022-10-12 22:00:12 +00:00 (Migrated from github.com)
Review

Examples:

  • pt
    delete (bottomsheet on map)=Eliminar

  • pt_BR(Brazil)
    delete=Apagar

Examples: - pt delete (bottomsheet on map)=Eliminar - pt_BR(Brazil) delete=Apagar
Jean-BaptisteC commented 2022-10-12 22:02:30 +00:00 (Migrated from github.com)
Review

Examples:

  • fr (France)
    Translittération en latin (App settings)

  • fr_CA (Canada)
    Translittération vers l'alphabet latin (App settings)

Examples: - fr (France) Translittération en latin (App settings) - fr_CA (Canada) Translittération vers l\'alphabet latin (App settings)
Jean-BaptisteC commented 2022-10-12 22:05:14 +00:00 (Migrated from github.com)
Review

Examples:

es (Spain)
Transliteración al latín (App settings)

es_MX (Mexico)
Transliteración al alfabeto latino (App settings)
Examples: es (Spain) Transliteración al latín (App settings) es_MX (Mexico) Transliteración al alfabeto latino (App settings)
Review

nit: new line

nit: new line
Jean-BaptisteC commented 2022-10-13 10:04:49 +00:00 (Migrated from github.com)
Review

zh-Hans

zh-Hant

zh-Hans <img src="https://user-images.githubusercontent.com/87148630/195567788-6a039942-ab40-4cce-8516-395936283998.png" height="500"/> zh-Hant <img src="https://user-images.githubusercontent.com/87148630/195567911-36f497fb-1805-4ba7-9e57-2424da542700.png" height="500"/>
biodranik commented 2022-10-13 12:53:50 +00:00 (Migrated from github.com)
Review
</locale-config>

```suggestion </locale-config> ```
<locale android:name="fi" />
biodranik commented 2022-10-12 16:07:33 +00:00 (Migrated from github.com)
Review

Are you sure about en-rGB? Should it be en-GB, as in the example?

Are you sure about en-rGB? Should it be en-GB, as in the example?
biodranik commented 2022-10-12 16:08:10 +00:00 (Migrated from github.com)
Review

Are you sure about these? In the example they use zh-Hant and zh-Hans. Can you please test if it works properly?

Are you sure about these? In the example they use zh-Hant and zh-Hans. Can you please test if it works properly?
biodranik commented 2022-10-12 16:08:15 +00:00 (Migrated from github.com)
Review

ditto

ditto
biodranik commented 2022-10-12 16:08:21 +00:00 (Migrated from github.com)
Review

ditto

ditto
biodranik commented 2022-10-12 16:08:27 +00:00 (Migrated from github.com)
Review

ditto

ditto
Jean-BaptisteC commented 2022-10-12 16:24:06 +00:00 (Migrated from github.com)
Review

Check this

Check [this ](https://developer.android.com/guide/topics/resources/localization#avoid-creating-more-resource-files-and-text-strings-than-you-need)
biodranik commented 2022-10-12 20:13:12 +00:00 (Migrated from github.com)
Review

Did you test these languages on your device? Did they work?

Did you test these languages on your device? Did they work?
Jean-BaptisteC commented 2022-10-12 20:26:40 +00:00 (Migrated from github.com)
Review

I have test with english

  • en_US (default english)

-en_GB

I have test with english - en_US (default english) <img src="https://user-images.githubusercontent.com/87148630/195440640-b73e999b-9cf3-4e49-985e-7714a43fc1fc.png" height="500"/> -en_GB <img src="https://user-images.githubusercontent.com/87148630/195440840-e60d1b96-f4cc-49f7-a532-25a7b80b6bf1.png" height="500" />
biodranik commented 2022-10-12 20:54:05 +00:00 (Migrated from github.com)
Review

What about Chinese?

What about Chinese?
Jean-BaptisteC commented 2022-10-12 22:00:12 +00:00 (Migrated from github.com)
Review

Examples:

  • pt
    delete (bottomsheet on map)=Eliminar

  • pt_BR(Brazil)
    delete=Apagar

Examples: - pt delete (bottomsheet on map)=Eliminar - pt_BR(Brazil) delete=Apagar
Jean-BaptisteC commented 2022-10-12 22:02:30 +00:00 (Migrated from github.com)
Review

Examples:

  • fr (France)
    Translittération en latin (App settings)

  • fr_CA (Canada)
    Translittération vers l'alphabet latin (App settings)

Examples: - fr (France) Translittération en latin (App settings) - fr_CA (Canada) Translittération vers l\'alphabet latin (App settings)
Jean-BaptisteC commented 2022-10-12 22:05:14 +00:00 (Migrated from github.com)
Review

Examples:

es (Spain)
Transliteración al latín (App settings)

es_MX (Mexico)
Transliteración al alfabeto latino (App settings)
Examples: es (Spain) Transliteración al latín (App settings) es_MX (Mexico) Transliteración al alfabeto latino (App settings)
Review

nit: new line

nit: new line
Jean-BaptisteC commented 2022-10-13 10:04:49 +00:00 (Migrated from github.com)
Review

zh-Hans

zh-Hant

zh-Hans <img src="https://user-images.githubusercontent.com/87148630/195567788-6a039942-ab40-4cce-8516-395936283998.png" height="500"/> zh-Hant <img src="https://user-images.githubusercontent.com/87148630/195567911-36f497fb-1805-4ba7-9e57-2424da542700.png" height="500"/>
biodranik commented 2022-10-13 12:53:50 +00:00 (Migrated from github.com)
Review
</locale-config>

```suggestion </locale-config> ```
<locale android:name="fr" />
biodranik commented 2022-10-12 16:07:33 +00:00 (Migrated from github.com)
Review

Are you sure about en-rGB? Should it be en-GB, as in the example?

Are you sure about en-rGB? Should it be en-GB, as in the example?
biodranik commented 2022-10-12 16:08:10 +00:00 (Migrated from github.com)
Review

Are you sure about these? In the example they use zh-Hant and zh-Hans. Can you please test if it works properly?

Are you sure about these? In the example they use zh-Hant and zh-Hans. Can you please test if it works properly?
biodranik commented 2022-10-12 16:08:15 +00:00 (Migrated from github.com)
Review

ditto

ditto
biodranik commented 2022-10-12 16:08:21 +00:00 (Migrated from github.com)
Review

ditto

ditto
biodranik commented 2022-10-12 16:08:27 +00:00 (Migrated from github.com)
Review

ditto

ditto
Jean-BaptisteC commented 2022-10-12 16:24:06 +00:00 (Migrated from github.com)
Review

Check this

Check [this ](https://developer.android.com/guide/topics/resources/localization#avoid-creating-more-resource-files-and-text-strings-than-you-need)
biodranik commented 2022-10-12 20:13:12 +00:00 (Migrated from github.com)
Review

Did you test these languages on your device? Did they work?

Did you test these languages on your device? Did they work?
Jean-BaptisteC commented 2022-10-12 20:26:40 +00:00 (Migrated from github.com)
Review

I have test with english

  • en_US (default english)

-en_GB

I have test with english - en_US (default english) <img src="https://user-images.githubusercontent.com/87148630/195440640-b73e999b-9cf3-4e49-985e-7714a43fc1fc.png" height="500"/> -en_GB <img src="https://user-images.githubusercontent.com/87148630/195440840-e60d1b96-f4cc-49f7-a532-25a7b80b6bf1.png" height="500" />
biodranik commented 2022-10-12 20:54:05 +00:00 (Migrated from github.com)
Review

What about Chinese?

What about Chinese?
Jean-BaptisteC commented 2022-10-12 22:00:12 +00:00 (Migrated from github.com)
Review

Examples:

  • pt
    delete (bottomsheet on map)=Eliminar

  • pt_BR(Brazil)
    delete=Apagar

Examples: - pt delete (bottomsheet on map)=Eliminar - pt_BR(Brazil) delete=Apagar
Jean-BaptisteC commented 2022-10-12 22:02:30 +00:00 (Migrated from github.com)
Review

Examples:

  • fr (France)
    Translittération en latin (App settings)

  • fr_CA (Canada)
    Translittération vers l'alphabet latin (App settings)

Examples: - fr (France) Translittération en latin (App settings) - fr_CA (Canada) Translittération vers l\'alphabet latin (App settings)
Jean-BaptisteC commented 2022-10-12 22:05:14 +00:00 (Migrated from github.com)
Review

Examples:

es (Spain)
Transliteración al latín (App settings)

es_MX (Mexico)
Transliteración al alfabeto latino (App settings)
Examples: es (Spain) Transliteración al latín (App settings) es_MX (Mexico) Transliteración al alfabeto latino (App settings)
Review

nit: new line

nit: new line
Jean-BaptisteC commented 2022-10-13 10:04:49 +00:00 (Migrated from github.com)
Review

zh-Hans

zh-Hant

zh-Hans <img src="https://user-images.githubusercontent.com/87148630/195567788-6a039942-ab40-4cce-8516-395936283998.png" height="500"/> zh-Hant <img src="https://user-images.githubusercontent.com/87148630/195567911-36f497fb-1805-4ba7-9e57-2424da542700.png" height="500"/>
biodranik commented 2022-10-13 12:53:50 +00:00 (Migrated from github.com)
Review
</locale-config>

```suggestion </locale-config> ```
<locale android:name="fr-CA" />
biodranik commented 2022-10-12 16:07:33 +00:00 (Migrated from github.com)
Review

Are you sure about en-rGB? Should it be en-GB, as in the example?

Are you sure about en-rGB? Should it be en-GB, as in the example?
biodranik commented 2022-10-12 16:08:10 +00:00 (Migrated from github.com)
Review

Are you sure about these? In the example they use zh-Hant and zh-Hans. Can you please test if it works properly?

Are you sure about these? In the example they use zh-Hant and zh-Hans. Can you please test if it works properly?
biodranik commented 2022-10-12 16:08:15 +00:00 (Migrated from github.com)
Review

ditto

ditto
biodranik commented 2022-10-12 16:08:21 +00:00 (Migrated from github.com)
Review

ditto

ditto
biodranik commented 2022-10-12 16:08:27 +00:00 (Migrated from github.com)
Review

ditto

ditto
Jean-BaptisteC commented 2022-10-12 16:24:06 +00:00 (Migrated from github.com)
Review

Check this

Check [this ](https://developer.android.com/guide/topics/resources/localization#avoid-creating-more-resource-files-and-text-strings-than-you-need)
biodranik commented 2022-10-12 20:13:12 +00:00 (Migrated from github.com)
Review

Did you test these languages on your device? Did they work?

Did you test these languages on your device? Did they work?
Jean-BaptisteC commented 2022-10-12 20:26:40 +00:00 (Migrated from github.com)
Review

I have test with english

  • en_US (default english)

-en_GB

I have test with english - en_US (default english) <img src="https://user-images.githubusercontent.com/87148630/195440640-b73e999b-9cf3-4e49-985e-7714a43fc1fc.png" height="500"/> -en_GB <img src="https://user-images.githubusercontent.com/87148630/195440840-e60d1b96-f4cc-49f7-a532-25a7b80b6bf1.png" height="500" />
biodranik commented 2022-10-12 20:54:05 +00:00 (Migrated from github.com)
Review

What about Chinese?

What about Chinese?
Jean-BaptisteC commented 2022-10-12 22:00:12 +00:00 (Migrated from github.com)
Review

Examples:

  • pt
    delete (bottomsheet on map)=Eliminar

  • pt_BR(Brazil)
    delete=Apagar

Examples: - pt delete (bottomsheet on map)=Eliminar - pt_BR(Brazil) delete=Apagar
Jean-BaptisteC commented 2022-10-12 22:02:30 +00:00 (Migrated from github.com)
Review

Examples:

  • fr (France)
    Translittération en latin (App settings)

  • fr_CA (Canada)
    Translittération vers l'alphabet latin (App settings)

Examples: - fr (France) Translittération en latin (App settings) - fr_CA (Canada) Translittération vers l\'alphabet latin (App settings)
Jean-BaptisteC commented 2022-10-12 22:05:14 +00:00 (Migrated from github.com)
Review

Examples:

es (Spain)
Transliteración al latín (App settings)

es_MX (Mexico)
Transliteración al alfabeto latino (App settings)
Examples: es (Spain) Transliteración al latín (App settings) es_MX (Mexico) Transliteración al alfabeto latino (App settings)
Review

nit: new line

nit: new line
Jean-BaptisteC commented 2022-10-13 10:04:49 +00:00 (Migrated from github.com)
Review

zh-Hans

zh-Hant

zh-Hans <img src="https://user-images.githubusercontent.com/87148630/195567788-6a039942-ab40-4cce-8516-395936283998.png" height="500"/> zh-Hant <img src="https://user-images.githubusercontent.com/87148630/195567911-36f497fb-1805-4ba7-9e57-2424da542700.png" height="500"/>
biodranik commented 2022-10-13 12:53:50 +00:00 (Migrated from github.com)
Review
</locale-config>

```suggestion </locale-config> ```
<locale android:name="hu" />
biodranik commented 2022-10-12 16:07:33 +00:00 (Migrated from github.com)
Review

Are you sure about en-rGB? Should it be en-GB, as in the example?

Are you sure about en-rGB? Should it be en-GB, as in the example?
biodranik commented 2022-10-12 16:08:10 +00:00 (Migrated from github.com)
Review

Are you sure about these? In the example they use zh-Hant and zh-Hans. Can you please test if it works properly?

Are you sure about these? In the example they use zh-Hant and zh-Hans. Can you please test if it works properly?
biodranik commented 2022-10-12 16:08:15 +00:00 (Migrated from github.com)
Review

ditto

ditto
biodranik commented 2022-10-12 16:08:21 +00:00 (Migrated from github.com)
Review

ditto

ditto
biodranik commented 2022-10-12 16:08:27 +00:00 (Migrated from github.com)
Review

ditto

ditto
Jean-BaptisteC commented 2022-10-12 16:24:06 +00:00 (Migrated from github.com)
Review

Check this

Check [this ](https://developer.android.com/guide/topics/resources/localization#avoid-creating-more-resource-files-and-text-strings-than-you-need)
biodranik commented 2022-10-12 20:13:12 +00:00 (Migrated from github.com)
Review

Did you test these languages on your device? Did they work?

Did you test these languages on your device? Did they work?
Jean-BaptisteC commented 2022-10-12 20:26:40 +00:00 (Migrated from github.com)
Review

I have test with english

  • en_US (default english)

-en_GB

I have test with english - en_US (default english) <img src="https://user-images.githubusercontent.com/87148630/195440640-b73e999b-9cf3-4e49-985e-7714a43fc1fc.png" height="500"/> -en_GB <img src="https://user-images.githubusercontent.com/87148630/195440840-e60d1b96-f4cc-49f7-a532-25a7b80b6bf1.png" height="500" />
biodranik commented 2022-10-12 20:54:05 +00:00 (Migrated from github.com)
Review

What about Chinese?

What about Chinese?
Jean-BaptisteC commented 2022-10-12 22:00:12 +00:00 (Migrated from github.com)
Review

Examples:

  • pt
    delete (bottomsheet on map)=Eliminar

  • pt_BR(Brazil)
    delete=Apagar

Examples: - pt delete (bottomsheet on map)=Eliminar - pt_BR(Brazil) delete=Apagar
Jean-BaptisteC commented 2022-10-12 22:02:30 +00:00 (Migrated from github.com)
Review

Examples:

  • fr (France)
    Translittération en latin (App settings)

  • fr_CA (Canada)
    Translittération vers l'alphabet latin (App settings)

Examples: - fr (France) Translittération en latin (App settings) - fr_CA (Canada) Translittération vers l\'alphabet latin (App settings)
Jean-BaptisteC commented 2022-10-12 22:05:14 +00:00 (Migrated from github.com)
Review

Examples:

es (Spain)
Transliteración al latín (App settings)

es_MX (Mexico)
Transliteración al alfabeto latino (App settings)
Examples: es (Spain) Transliteración al latín (App settings) es_MX (Mexico) Transliteración al alfabeto latino (App settings)
Review

nit: new line

nit: new line
Jean-BaptisteC commented 2022-10-13 10:04:49 +00:00 (Migrated from github.com)
Review

zh-Hans

zh-Hant

zh-Hans <img src="https://user-images.githubusercontent.com/87148630/195567788-6a039942-ab40-4cce-8516-395936283998.png" height="500"/> zh-Hant <img src="https://user-images.githubusercontent.com/87148630/195567911-36f497fb-1805-4ba7-9e57-2424da542700.png" height="500"/>
biodranik commented 2022-10-13 12:53:50 +00:00 (Migrated from github.com)
Review
</locale-config>

```suggestion </locale-config> ```
<locale android:name="in" />
biodranik commented 2022-10-12 16:07:33 +00:00 (Migrated from github.com)
Review

Are you sure about en-rGB? Should it be en-GB, as in the example?

Are you sure about en-rGB? Should it be en-GB, as in the example?
biodranik commented 2022-10-12 16:08:10 +00:00 (Migrated from github.com)
Review

Are you sure about these? In the example they use zh-Hant and zh-Hans. Can you please test if it works properly?

Are you sure about these? In the example they use zh-Hant and zh-Hans. Can you please test if it works properly?
biodranik commented 2022-10-12 16:08:15 +00:00 (Migrated from github.com)
Review

ditto

ditto
biodranik commented 2022-10-12 16:08:21 +00:00 (Migrated from github.com)
Review

ditto

ditto
biodranik commented 2022-10-12 16:08:27 +00:00 (Migrated from github.com)
Review

ditto

ditto
Jean-BaptisteC commented 2022-10-12 16:24:06 +00:00 (Migrated from github.com)
Review

Check this

Check [this ](https://developer.android.com/guide/topics/resources/localization#avoid-creating-more-resource-files-and-text-strings-than-you-need)
biodranik commented 2022-10-12 20:13:12 +00:00 (Migrated from github.com)
Review

Did you test these languages on your device? Did they work?

Did you test these languages on your device? Did they work?
Jean-BaptisteC commented 2022-10-12 20:26:40 +00:00 (Migrated from github.com)
Review

I have test with english

  • en_US (default english)

-en_GB

I have test with english - en_US (default english) <img src="https://user-images.githubusercontent.com/87148630/195440640-b73e999b-9cf3-4e49-985e-7714a43fc1fc.png" height="500"/> -en_GB <img src="https://user-images.githubusercontent.com/87148630/195440840-e60d1b96-f4cc-49f7-a532-25a7b80b6bf1.png" height="500" />
biodranik commented 2022-10-12 20:54:05 +00:00 (Migrated from github.com)
Review

What about Chinese?

What about Chinese?
Jean-BaptisteC commented 2022-10-12 22:00:12 +00:00 (Migrated from github.com)
Review

Examples:

  • pt
    delete (bottomsheet on map)=Eliminar

  • pt_BR(Brazil)
    delete=Apagar

Examples: - pt delete (bottomsheet on map)=Eliminar - pt_BR(Brazil) delete=Apagar
Jean-BaptisteC commented 2022-10-12 22:02:30 +00:00 (Migrated from github.com)
Review

Examples:

  • fr (France)
    Translittération en latin (App settings)

  • fr_CA (Canada)
    Translittération vers l'alphabet latin (App settings)

Examples: - fr (France) Translittération en latin (App settings) - fr_CA (Canada) Translittération vers l\'alphabet latin (App settings)
Jean-BaptisteC commented 2022-10-12 22:05:14 +00:00 (Migrated from github.com)
Review

Examples:

es (Spain)
Transliteración al latín (App settings)

es_MX (Mexico)
Transliteración al alfabeto latino (App settings)
Examples: es (Spain) Transliteración al latín (App settings) es_MX (Mexico) Transliteración al alfabeto latino (App settings)
Review

nit: new line

nit: new line
Jean-BaptisteC commented 2022-10-13 10:04:49 +00:00 (Migrated from github.com)
Review

zh-Hans

zh-Hant

zh-Hans <img src="https://user-images.githubusercontent.com/87148630/195567788-6a039942-ab40-4cce-8516-395936283998.png" height="500"/> zh-Hant <img src="https://user-images.githubusercontent.com/87148630/195567911-36f497fb-1805-4ba7-9e57-2424da542700.png" height="500"/>
biodranik commented 2022-10-13 12:53:50 +00:00 (Migrated from github.com)
Review
</locale-config>

```suggestion </locale-config> ```
<locale android:name="it" />
biodranik commented 2022-10-12 16:07:33 +00:00 (Migrated from github.com)
Review

Are you sure about en-rGB? Should it be en-GB, as in the example?

Are you sure about en-rGB? Should it be en-GB, as in the example?
biodranik commented 2022-10-12 16:08:10 +00:00 (Migrated from github.com)
Review

Are you sure about these? In the example they use zh-Hant and zh-Hans. Can you please test if it works properly?

Are you sure about these? In the example they use zh-Hant and zh-Hans. Can you please test if it works properly?
biodranik commented 2022-10-12 16:08:15 +00:00 (Migrated from github.com)
Review

ditto

ditto
biodranik commented 2022-10-12 16:08:21 +00:00 (Migrated from github.com)
Review

ditto

ditto
biodranik commented 2022-10-12 16:08:27 +00:00 (Migrated from github.com)
Review

ditto

ditto
Jean-BaptisteC commented 2022-10-12 16:24:06 +00:00 (Migrated from github.com)
Review

Check this

Check [this ](https://developer.android.com/guide/topics/resources/localization#avoid-creating-more-resource-files-and-text-strings-than-you-need)
biodranik commented 2022-10-12 20:13:12 +00:00 (Migrated from github.com)
Review

Did you test these languages on your device? Did they work?

Did you test these languages on your device? Did they work?
Jean-BaptisteC commented 2022-10-12 20:26:40 +00:00 (Migrated from github.com)
Review

I have test with english

  • en_US (default english)

-en_GB

I have test with english - en_US (default english) <img src="https://user-images.githubusercontent.com/87148630/195440640-b73e999b-9cf3-4e49-985e-7714a43fc1fc.png" height="500"/> -en_GB <img src="https://user-images.githubusercontent.com/87148630/195440840-e60d1b96-f4cc-49f7-a532-25a7b80b6bf1.png" height="500" />
biodranik commented 2022-10-12 20:54:05 +00:00 (Migrated from github.com)
Review

What about Chinese?

What about Chinese?
Jean-BaptisteC commented 2022-10-12 22:00:12 +00:00 (Migrated from github.com)
Review

Examples:

  • pt
    delete (bottomsheet on map)=Eliminar

  • pt_BR(Brazil)
    delete=Apagar

Examples: - pt delete (bottomsheet on map)=Eliminar - pt_BR(Brazil) delete=Apagar
Jean-BaptisteC commented 2022-10-12 22:02:30 +00:00 (Migrated from github.com)
Review

Examples:

  • fr (France)
    Translittération en latin (App settings)

  • fr_CA (Canada)
    Translittération vers l'alphabet latin (App settings)

Examples: - fr (France) Translittération en latin (App settings) - fr_CA (Canada) Translittération vers l\'alphabet latin (App settings)
Jean-BaptisteC commented 2022-10-12 22:05:14 +00:00 (Migrated from github.com)
Review

Examples:

es (Spain)
Transliteración al latín (App settings)

es_MX (Mexico)
Transliteración al alfabeto latino (App settings)
Examples: es (Spain) Transliteración al latín (App settings) es_MX (Mexico) Transliteración al alfabeto latino (App settings)
Review

nit: new line

nit: new line
Jean-BaptisteC commented 2022-10-13 10:04:49 +00:00 (Migrated from github.com)
Review

zh-Hans

zh-Hant

zh-Hans <img src="https://user-images.githubusercontent.com/87148630/195567788-6a039942-ab40-4cce-8516-395936283998.png" height="500"/> zh-Hant <img src="https://user-images.githubusercontent.com/87148630/195567911-36f497fb-1805-4ba7-9e57-2424da542700.png" height="500"/>
biodranik commented 2022-10-13 12:53:50 +00:00 (Migrated from github.com)
Review
</locale-config>

```suggestion </locale-config> ```
<locale android:name="iw" />
biodranik commented 2022-10-12 16:07:33 +00:00 (Migrated from github.com)
Review

Are you sure about en-rGB? Should it be en-GB, as in the example?

Are you sure about en-rGB? Should it be en-GB, as in the example?
biodranik commented 2022-10-12 16:08:10 +00:00 (Migrated from github.com)
Review

Are you sure about these? In the example they use zh-Hant and zh-Hans. Can you please test if it works properly?

Are you sure about these? In the example they use zh-Hant and zh-Hans. Can you please test if it works properly?
biodranik commented 2022-10-12 16:08:15 +00:00 (Migrated from github.com)
Review

ditto

ditto
biodranik commented 2022-10-12 16:08:21 +00:00 (Migrated from github.com)
Review

ditto

ditto
biodranik commented 2022-10-12 16:08:27 +00:00 (Migrated from github.com)
Review

ditto

ditto
Jean-BaptisteC commented 2022-10-12 16:24:06 +00:00 (Migrated from github.com)
Review

Check this

Check [this ](https://developer.android.com/guide/topics/resources/localization#avoid-creating-more-resource-files-and-text-strings-than-you-need)
biodranik commented 2022-10-12 20:13:12 +00:00 (Migrated from github.com)
Review

Did you test these languages on your device? Did they work?

Did you test these languages on your device? Did they work?
Jean-BaptisteC commented 2022-10-12 20:26:40 +00:00 (Migrated from github.com)
Review

I have test with english

  • en_US (default english)

-en_GB

I have test with english - en_US (default english) <img src="https://user-images.githubusercontent.com/87148630/195440640-b73e999b-9cf3-4e49-985e-7714a43fc1fc.png" height="500"/> -en_GB <img src="https://user-images.githubusercontent.com/87148630/195440840-e60d1b96-f4cc-49f7-a532-25a7b80b6bf1.png" height="500" />
biodranik commented 2022-10-12 20:54:05 +00:00 (Migrated from github.com)
Review

What about Chinese?

What about Chinese?
Jean-BaptisteC commented 2022-10-12 22:00:12 +00:00 (Migrated from github.com)
Review

Examples:

  • pt
    delete (bottomsheet on map)=Eliminar

  • pt_BR(Brazil)
    delete=Apagar

Examples: - pt delete (bottomsheet on map)=Eliminar - pt_BR(Brazil) delete=Apagar
Jean-BaptisteC commented 2022-10-12 22:02:30 +00:00 (Migrated from github.com)
Review

Examples:

  • fr (France)
    Translittération en latin (App settings)

  • fr_CA (Canada)
    Translittération vers l'alphabet latin (App settings)

Examples: - fr (France) Translittération en latin (App settings) - fr_CA (Canada) Translittération vers l\'alphabet latin (App settings)
Jean-BaptisteC commented 2022-10-12 22:05:14 +00:00 (Migrated from github.com)
Review

Examples:

es (Spain)
Transliteración al latín (App settings)

es_MX (Mexico)
Transliteración al alfabeto latino (App settings)
Examples: es (Spain) Transliteración al latín (App settings) es_MX (Mexico) Transliteración al alfabeto latino (App settings)
Review

nit: new line

nit: new line
Jean-BaptisteC commented 2022-10-13 10:04:49 +00:00 (Migrated from github.com)
Review

zh-Hans

zh-Hant

zh-Hans <img src="https://user-images.githubusercontent.com/87148630/195567788-6a039942-ab40-4cce-8516-395936283998.png" height="500"/> zh-Hant <img src="https://user-images.githubusercontent.com/87148630/195567911-36f497fb-1805-4ba7-9e57-2424da542700.png" height="500"/>
biodranik commented 2022-10-13 12:53:50 +00:00 (Migrated from github.com)
Review
</locale-config>

```suggestion </locale-config> ```
<locale android:name="ja" />
biodranik commented 2022-10-12 16:07:33 +00:00 (Migrated from github.com)
Review

Are you sure about en-rGB? Should it be en-GB, as in the example?

Are you sure about en-rGB? Should it be en-GB, as in the example?
biodranik commented 2022-10-12 16:08:10 +00:00 (Migrated from github.com)
Review

Are you sure about these? In the example they use zh-Hant and zh-Hans. Can you please test if it works properly?

Are you sure about these? In the example they use zh-Hant and zh-Hans. Can you please test if it works properly?
biodranik commented 2022-10-12 16:08:15 +00:00 (Migrated from github.com)
Review

ditto

ditto
biodranik commented 2022-10-12 16:08:21 +00:00 (Migrated from github.com)
Review

ditto

ditto
biodranik commented 2022-10-12 16:08:27 +00:00 (Migrated from github.com)
Review

ditto

ditto
Jean-BaptisteC commented 2022-10-12 16:24:06 +00:00 (Migrated from github.com)
Review

Check this

Check [this ](https://developer.android.com/guide/topics/resources/localization#avoid-creating-more-resource-files-and-text-strings-than-you-need)
biodranik commented 2022-10-12 20:13:12 +00:00 (Migrated from github.com)
Review

Did you test these languages on your device? Did they work?

Did you test these languages on your device? Did they work?
Jean-BaptisteC commented 2022-10-12 20:26:40 +00:00 (Migrated from github.com)
Review

I have test with english

  • en_US (default english)

-en_GB

I have test with english - en_US (default english) <img src="https://user-images.githubusercontent.com/87148630/195440640-b73e999b-9cf3-4e49-985e-7714a43fc1fc.png" height="500"/> -en_GB <img src="https://user-images.githubusercontent.com/87148630/195440840-e60d1b96-f4cc-49f7-a532-25a7b80b6bf1.png" height="500" />
biodranik commented 2022-10-12 20:54:05 +00:00 (Migrated from github.com)
Review

What about Chinese?

What about Chinese?
Jean-BaptisteC commented 2022-10-12 22:00:12 +00:00 (Migrated from github.com)
Review

Examples:

  • pt
    delete (bottomsheet on map)=Eliminar

  • pt_BR(Brazil)
    delete=Apagar

Examples: - pt delete (bottomsheet on map)=Eliminar - pt_BR(Brazil) delete=Apagar
Jean-BaptisteC commented 2022-10-12 22:02:30 +00:00 (Migrated from github.com)
Review

Examples:

  • fr (France)
    Translittération en latin (App settings)

  • fr_CA (Canada)
    Translittération vers l'alphabet latin (App settings)

Examples: - fr (France) Translittération en latin (App settings) - fr_CA (Canada) Translittération vers l\'alphabet latin (App settings)
Jean-BaptisteC commented 2022-10-12 22:05:14 +00:00 (Migrated from github.com)
Review

Examples:

es (Spain)
Transliteración al latín (App settings)

es_MX (Mexico)
Transliteración al alfabeto latino (App settings)
Examples: es (Spain) Transliteración al latín (App settings) es_MX (Mexico) Transliteración al alfabeto latino (App settings)
Review

nit: new line

nit: new line
Jean-BaptisteC commented 2022-10-13 10:04:49 +00:00 (Migrated from github.com)
Review

zh-Hans

zh-Hant

zh-Hans <img src="https://user-images.githubusercontent.com/87148630/195567788-6a039942-ab40-4cce-8516-395936283998.png" height="500"/> zh-Hant <img src="https://user-images.githubusercontent.com/87148630/195567911-36f497fb-1805-4ba7-9e57-2424da542700.png" height="500"/>
biodranik commented 2022-10-13 12:53:50 +00:00 (Migrated from github.com)
Review
</locale-config>

```suggestion </locale-config> ```
<locale android:name="ko" />
biodranik commented 2022-10-12 16:07:33 +00:00 (Migrated from github.com)
Review

Are you sure about en-rGB? Should it be en-GB, as in the example?

Are you sure about en-rGB? Should it be en-GB, as in the example?
biodranik commented 2022-10-12 16:08:10 +00:00 (Migrated from github.com)
Review

Are you sure about these? In the example they use zh-Hant and zh-Hans. Can you please test if it works properly?

Are you sure about these? In the example they use zh-Hant and zh-Hans. Can you please test if it works properly?
biodranik commented 2022-10-12 16:08:15 +00:00 (Migrated from github.com)
Review

ditto

ditto
biodranik commented 2022-10-12 16:08:21 +00:00 (Migrated from github.com)
Review

ditto

ditto
biodranik commented 2022-10-12 16:08:27 +00:00 (Migrated from github.com)
Review

ditto

ditto
Jean-BaptisteC commented 2022-10-12 16:24:06 +00:00 (Migrated from github.com)
Review

Check this

Check [this ](https://developer.android.com/guide/topics/resources/localization#avoid-creating-more-resource-files-and-text-strings-than-you-need)
biodranik commented 2022-10-12 20:13:12 +00:00 (Migrated from github.com)
Review

Did you test these languages on your device? Did they work?

Did you test these languages on your device? Did they work?
Jean-BaptisteC commented 2022-10-12 20:26:40 +00:00 (Migrated from github.com)
Review

I have test with english

  • en_US (default english)

-en_GB

I have test with english - en_US (default english) <img src="https://user-images.githubusercontent.com/87148630/195440640-b73e999b-9cf3-4e49-985e-7714a43fc1fc.png" height="500"/> -en_GB <img src="https://user-images.githubusercontent.com/87148630/195440840-e60d1b96-f4cc-49f7-a532-25a7b80b6bf1.png" height="500" />
biodranik commented 2022-10-12 20:54:05 +00:00 (Migrated from github.com)
Review

What about Chinese?

What about Chinese?
Jean-BaptisteC commented 2022-10-12 22:00:12 +00:00 (Migrated from github.com)
Review

Examples:

  • pt
    delete (bottomsheet on map)=Eliminar

  • pt_BR(Brazil)
    delete=Apagar

Examples: - pt delete (bottomsheet on map)=Eliminar - pt_BR(Brazil) delete=Apagar
Jean-BaptisteC commented 2022-10-12 22:02:30 +00:00 (Migrated from github.com)
Review

Examples:

  • fr (France)
    Translittération en latin (App settings)

  • fr_CA (Canada)
    Translittération vers l'alphabet latin (App settings)

Examples: - fr (France) Translittération en latin (App settings) - fr_CA (Canada) Translittération vers l\'alphabet latin (App settings)
Jean-BaptisteC commented 2022-10-12 22:05:14 +00:00 (Migrated from github.com)
Review

Examples:

es (Spain)
Transliteración al latín (App settings)

es_MX (Mexico)
Transliteración al alfabeto latino (App settings)
Examples: es (Spain) Transliteración al latín (App settings) es_MX (Mexico) Transliteración al alfabeto latino (App settings)
Review

nit: new line

nit: new line
Jean-BaptisteC commented 2022-10-13 10:04:49 +00:00 (Migrated from github.com)
Review

zh-Hans

zh-Hant

zh-Hans <img src="https://user-images.githubusercontent.com/87148630/195567788-6a039942-ab40-4cce-8516-395936283998.png" height="500"/> zh-Hant <img src="https://user-images.githubusercontent.com/87148630/195567911-36f497fb-1805-4ba7-9e57-2424da542700.png" height="500"/>
biodranik commented 2022-10-13 12:53:50 +00:00 (Migrated from github.com)
Review
</locale-config>

```suggestion </locale-config> ```
<locale android:name="mr" />
biodranik commented 2022-10-12 16:07:33 +00:00 (Migrated from github.com)
Review

Are you sure about en-rGB? Should it be en-GB, as in the example?

Are you sure about en-rGB? Should it be en-GB, as in the example?
biodranik commented 2022-10-12 16:08:10 +00:00 (Migrated from github.com)
Review

Are you sure about these? In the example they use zh-Hant and zh-Hans. Can you please test if it works properly?

Are you sure about these? In the example they use zh-Hant and zh-Hans. Can you please test if it works properly?
biodranik commented 2022-10-12 16:08:15 +00:00 (Migrated from github.com)
Review

ditto

ditto
biodranik commented 2022-10-12 16:08:21 +00:00 (Migrated from github.com)
Review

ditto

ditto
biodranik commented 2022-10-12 16:08:27 +00:00 (Migrated from github.com)
Review

ditto

ditto
Jean-BaptisteC commented 2022-10-12 16:24:06 +00:00 (Migrated from github.com)
Review

Check this

Check [this ](https://developer.android.com/guide/topics/resources/localization#avoid-creating-more-resource-files-and-text-strings-than-you-need)
biodranik commented 2022-10-12 20:13:12 +00:00 (Migrated from github.com)
Review

Did you test these languages on your device? Did they work?

Did you test these languages on your device? Did they work?
Jean-BaptisteC commented 2022-10-12 20:26:40 +00:00 (Migrated from github.com)
Review

I have test with english

  • en_US (default english)

-en_GB

I have test with english - en_US (default english) <img src="https://user-images.githubusercontent.com/87148630/195440640-b73e999b-9cf3-4e49-985e-7714a43fc1fc.png" height="500"/> -en_GB <img src="https://user-images.githubusercontent.com/87148630/195440840-e60d1b96-f4cc-49f7-a532-25a7b80b6bf1.png" height="500" />
biodranik commented 2022-10-12 20:54:05 +00:00 (Migrated from github.com)
Review

What about Chinese?

What about Chinese?
Jean-BaptisteC commented 2022-10-12 22:00:12 +00:00 (Migrated from github.com)
Review

Examples:

  • pt
    delete (bottomsheet on map)=Eliminar

  • pt_BR(Brazil)
    delete=Apagar

Examples: - pt delete (bottomsheet on map)=Eliminar - pt_BR(Brazil) delete=Apagar
Jean-BaptisteC commented 2022-10-12 22:02:30 +00:00 (Migrated from github.com)
Review

Examples:

  • fr (France)
    Translittération en latin (App settings)

  • fr_CA (Canada)
    Translittération vers l'alphabet latin (App settings)

Examples: - fr (France) Translittération en latin (App settings) - fr_CA (Canada) Translittération vers l\'alphabet latin (App settings)
Jean-BaptisteC commented 2022-10-12 22:05:14 +00:00 (Migrated from github.com)
Review

Examples:

es (Spain)
Transliteración al latín (App settings)

es_MX (Mexico)
Transliteración al alfabeto latino (App settings)
Examples: es (Spain) Transliteración al latín (App settings) es_MX (Mexico) Transliteración al alfabeto latino (App settings)
Review

nit: new line

nit: new line
Jean-BaptisteC commented 2022-10-13 10:04:49 +00:00 (Migrated from github.com)
Review

zh-Hans

zh-Hant

zh-Hans <img src="https://user-images.githubusercontent.com/87148630/195567788-6a039942-ab40-4cce-8516-395936283998.png" height="500"/> zh-Hant <img src="https://user-images.githubusercontent.com/87148630/195567911-36f497fb-1805-4ba7-9e57-2424da542700.png" height="500"/>
biodranik commented 2022-10-13 12:53:50 +00:00 (Migrated from github.com)
Review
</locale-config>

```suggestion </locale-config> ```
<locale android:name="nb" />
biodranik commented 2022-10-12 16:07:33 +00:00 (Migrated from github.com)
Review

Are you sure about en-rGB? Should it be en-GB, as in the example?

Are you sure about en-rGB? Should it be en-GB, as in the example?
biodranik commented 2022-10-12 16:08:10 +00:00 (Migrated from github.com)
Review

Are you sure about these? In the example they use zh-Hant and zh-Hans. Can you please test if it works properly?

Are you sure about these? In the example they use zh-Hant and zh-Hans. Can you please test if it works properly?
biodranik commented 2022-10-12 16:08:15 +00:00 (Migrated from github.com)
Review

ditto

ditto
biodranik commented 2022-10-12 16:08:21 +00:00 (Migrated from github.com)
Review

ditto

ditto
biodranik commented 2022-10-12 16:08:27 +00:00 (Migrated from github.com)
Review

ditto

ditto
Jean-BaptisteC commented 2022-10-12 16:24:06 +00:00 (Migrated from github.com)
Review

Check this

Check [this ](https://developer.android.com/guide/topics/resources/localization#avoid-creating-more-resource-files-and-text-strings-than-you-need)
biodranik commented 2022-10-12 20:13:12 +00:00 (Migrated from github.com)
Review

Did you test these languages on your device? Did they work?

Did you test these languages on your device? Did they work?
Jean-BaptisteC commented 2022-10-12 20:26:40 +00:00 (Migrated from github.com)
Review

I have test with english

  • en_US (default english)

-en_GB

I have test with english - en_US (default english) <img src="https://user-images.githubusercontent.com/87148630/195440640-b73e999b-9cf3-4e49-985e-7714a43fc1fc.png" height="500"/> -en_GB <img src="https://user-images.githubusercontent.com/87148630/195440840-e60d1b96-f4cc-49f7-a532-25a7b80b6bf1.png" height="500" />
biodranik commented 2022-10-12 20:54:05 +00:00 (Migrated from github.com)
Review

What about Chinese?

What about Chinese?
Jean-BaptisteC commented 2022-10-12 22:00:12 +00:00 (Migrated from github.com)
Review

Examples:

  • pt
    delete (bottomsheet on map)=Eliminar

  • pt_BR(Brazil)
    delete=Apagar

Examples: - pt delete (bottomsheet on map)=Eliminar - pt_BR(Brazil) delete=Apagar
Jean-BaptisteC commented 2022-10-12 22:02:30 +00:00 (Migrated from github.com)
Review

Examples:

  • fr (France)
    Translittération en latin (App settings)

  • fr_CA (Canada)
    Translittération vers l'alphabet latin (App settings)

Examples: - fr (France) Translittération en latin (App settings) - fr_CA (Canada) Translittération vers l\'alphabet latin (App settings)
Jean-BaptisteC commented 2022-10-12 22:05:14 +00:00 (Migrated from github.com)
Review

Examples:

es (Spain)
Transliteración al latín (App settings)

es_MX (Mexico)
Transliteración al alfabeto latino (App settings)
Examples: es (Spain) Transliteración al latín (App settings) es_MX (Mexico) Transliteración al alfabeto latino (App settings)
Review

nit: new line

nit: new line
Jean-BaptisteC commented 2022-10-13 10:04:49 +00:00 (Migrated from github.com)
Review

zh-Hans

zh-Hant

zh-Hans <img src="https://user-images.githubusercontent.com/87148630/195567788-6a039942-ab40-4cce-8516-395936283998.png" height="500"/> zh-Hant <img src="https://user-images.githubusercontent.com/87148630/195567911-36f497fb-1805-4ba7-9e57-2424da542700.png" height="500"/>
biodranik commented 2022-10-13 12:53:50 +00:00 (Migrated from github.com)
Review
</locale-config>

```suggestion </locale-config> ```
<locale android:name="nl" />
biodranik commented 2022-10-12 16:07:33 +00:00 (Migrated from github.com)
Review

Are you sure about en-rGB? Should it be en-GB, as in the example?

Are you sure about en-rGB? Should it be en-GB, as in the example?
biodranik commented 2022-10-12 16:08:10 +00:00 (Migrated from github.com)
Review

Are you sure about these? In the example they use zh-Hant and zh-Hans. Can you please test if it works properly?

Are you sure about these? In the example they use zh-Hant and zh-Hans. Can you please test if it works properly?
biodranik commented 2022-10-12 16:08:15 +00:00 (Migrated from github.com)
Review

ditto

ditto
biodranik commented 2022-10-12 16:08:21 +00:00 (Migrated from github.com)
Review

ditto

ditto
biodranik commented 2022-10-12 16:08:27 +00:00 (Migrated from github.com)
Review

ditto

ditto
Jean-BaptisteC commented 2022-10-12 16:24:06 +00:00 (Migrated from github.com)
Review

Check this

Check [this ](https://developer.android.com/guide/topics/resources/localization#avoid-creating-more-resource-files-and-text-strings-than-you-need)
biodranik commented 2022-10-12 20:13:12 +00:00 (Migrated from github.com)
Review

Did you test these languages on your device? Did they work?

Did you test these languages on your device? Did they work?
Jean-BaptisteC commented 2022-10-12 20:26:40 +00:00 (Migrated from github.com)
Review

I have test with english

  • en_US (default english)

-en_GB

I have test with english - en_US (default english) <img src="https://user-images.githubusercontent.com/87148630/195440640-b73e999b-9cf3-4e49-985e-7714a43fc1fc.png" height="500"/> -en_GB <img src="https://user-images.githubusercontent.com/87148630/195440840-e60d1b96-f4cc-49f7-a532-25a7b80b6bf1.png" height="500" />
biodranik commented 2022-10-12 20:54:05 +00:00 (Migrated from github.com)
Review

What about Chinese?

What about Chinese?
Jean-BaptisteC commented 2022-10-12 22:00:12 +00:00 (Migrated from github.com)
Review

Examples:

  • pt
    delete (bottomsheet on map)=Eliminar

  • pt_BR(Brazil)
    delete=Apagar

Examples: - pt delete (bottomsheet on map)=Eliminar - pt_BR(Brazil) delete=Apagar
Jean-BaptisteC commented 2022-10-12 22:02:30 +00:00 (Migrated from github.com)
Review

Examples:

  • fr (France)
    Translittération en latin (App settings)

  • fr_CA (Canada)
    Translittération vers l'alphabet latin (App settings)

Examples: - fr (France) Translittération en latin (App settings) - fr_CA (Canada) Translittération vers l\'alphabet latin (App settings)
Jean-BaptisteC commented 2022-10-12 22:05:14 +00:00 (Migrated from github.com)
Review

Examples:

es (Spain)
Transliteración al latín (App settings)

es_MX (Mexico)
Transliteración al alfabeto latino (App settings)
Examples: es (Spain) Transliteración al latín (App settings) es_MX (Mexico) Transliteración al alfabeto latino (App settings)
Review

nit: new line

nit: new line
Jean-BaptisteC commented 2022-10-13 10:04:49 +00:00 (Migrated from github.com)
Review

zh-Hans

zh-Hant

zh-Hans <img src="https://user-images.githubusercontent.com/87148630/195567788-6a039942-ab40-4cce-8516-395936283998.png" height="500"/> zh-Hant <img src="https://user-images.githubusercontent.com/87148630/195567911-36f497fb-1805-4ba7-9e57-2424da542700.png" height="500"/>
biodranik commented 2022-10-13 12:53:50 +00:00 (Migrated from github.com)
Review
</locale-config>

```suggestion </locale-config> ```
<locale android:name="pl" />
biodranik commented 2022-10-12 16:07:33 +00:00 (Migrated from github.com)
Review

Are you sure about en-rGB? Should it be en-GB, as in the example?

Are you sure about en-rGB? Should it be en-GB, as in the example?
biodranik commented 2022-10-12 16:08:10 +00:00 (Migrated from github.com)
Review

Are you sure about these? In the example they use zh-Hant and zh-Hans. Can you please test if it works properly?

Are you sure about these? In the example they use zh-Hant and zh-Hans. Can you please test if it works properly?
biodranik commented 2022-10-12 16:08:15 +00:00 (Migrated from github.com)
Review

ditto

ditto
biodranik commented 2022-10-12 16:08:21 +00:00 (Migrated from github.com)
Review

ditto

ditto
biodranik commented 2022-10-12 16:08:27 +00:00 (Migrated from github.com)
Review

ditto

ditto
Jean-BaptisteC commented 2022-10-12 16:24:06 +00:00 (Migrated from github.com)
Review

Check this

Check [this ](https://developer.android.com/guide/topics/resources/localization#avoid-creating-more-resource-files-and-text-strings-than-you-need)
biodranik commented 2022-10-12 20:13:12 +00:00 (Migrated from github.com)
Review

Did you test these languages on your device? Did they work?

Did you test these languages on your device? Did they work?
Jean-BaptisteC commented 2022-10-12 20:26:40 +00:00 (Migrated from github.com)
Review

I have test with english

  • en_US (default english)

-en_GB

I have test with english - en_US (default english) <img src="https://user-images.githubusercontent.com/87148630/195440640-b73e999b-9cf3-4e49-985e-7714a43fc1fc.png" height="500"/> -en_GB <img src="https://user-images.githubusercontent.com/87148630/195440840-e60d1b96-f4cc-49f7-a532-25a7b80b6bf1.png" height="500" />
biodranik commented 2022-10-12 20:54:05 +00:00 (Migrated from github.com)
Review

What about Chinese?

What about Chinese?
Jean-BaptisteC commented 2022-10-12 22:00:12 +00:00 (Migrated from github.com)
Review

Examples:

  • pt
    delete (bottomsheet on map)=Eliminar

  • pt_BR(Brazil)
    delete=Apagar

Examples: - pt delete (bottomsheet on map)=Eliminar - pt_BR(Brazil) delete=Apagar
Jean-BaptisteC commented 2022-10-12 22:02:30 +00:00 (Migrated from github.com)
Review

Examples:

  • fr (France)
    Translittération en latin (App settings)

  • fr_CA (Canada)
    Translittération vers l'alphabet latin (App settings)

Examples: - fr (France) Translittération en latin (App settings) - fr_CA (Canada) Translittération vers l\'alphabet latin (App settings)
Jean-BaptisteC commented 2022-10-12 22:05:14 +00:00 (Migrated from github.com)
Review

Examples:

es (Spain)
Transliteración al latín (App settings)

es_MX (Mexico)
Transliteración al alfabeto latino (App settings)
Examples: es (Spain) Transliteración al latín (App settings) es_MX (Mexico) Transliteración al alfabeto latino (App settings)
Review

nit: new line

nit: new line
Jean-BaptisteC commented 2022-10-13 10:04:49 +00:00 (Migrated from github.com)
Review

zh-Hans

zh-Hant

zh-Hans <img src="https://user-images.githubusercontent.com/87148630/195567788-6a039942-ab40-4cce-8516-395936283998.png" height="500"/> zh-Hant <img src="https://user-images.githubusercontent.com/87148630/195567911-36f497fb-1805-4ba7-9e57-2424da542700.png" height="500"/>
biodranik commented 2022-10-13 12:53:50 +00:00 (Migrated from github.com)
Review
</locale-config>

```suggestion </locale-config> ```
<locale android:name="pt" />
biodranik commented 2022-10-12 16:07:33 +00:00 (Migrated from github.com)
Review

Are you sure about en-rGB? Should it be en-GB, as in the example?

Are you sure about en-rGB? Should it be en-GB, as in the example?
biodranik commented 2022-10-12 16:08:10 +00:00 (Migrated from github.com)
Review

Are you sure about these? In the example they use zh-Hant and zh-Hans. Can you please test if it works properly?

Are you sure about these? In the example they use zh-Hant and zh-Hans. Can you please test if it works properly?
biodranik commented 2022-10-12 16:08:15 +00:00 (Migrated from github.com)
Review

ditto

ditto
biodranik commented 2022-10-12 16:08:21 +00:00 (Migrated from github.com)
Review

ditto

ditto
biodranik commented 2022-10-12 16:08:27 +00:00 (Migrated from github.com)
Review

ditto

ditto
Jean-BaptisteC commented 2022-10-12 16:24:06 +00:00 (Migrated from github.com)
Review

Check this

Check [this ](https://developer.android.com/guide/topics/resources/localization#avoid-creating-more-resource-files-and-text-strings-than-you-need)
biodranik commented 2022-10-12 20:13:12 +00:00 (Migrated from github.com)
Review

Did you test these languages on your device? Did they work?

Did you test these languages on your device? Did they work?
Jean-BaptisteC commented 2022-10-12 20:26:40 +00:00 (Migrated from github.com)
Review

I have test with english

  • en_US (default english)

-en_GB

I have test with english - en_US (default english) <img src="https://user-images.githubusercontent.com/87148630/195440640-b73e999b-9cf3-4e49-985e-7714a43fc1fc.png" height="500"/> -en_GB <img src="https://user-images.githubusercontent.com/87148630/195440840-e60d1b96-f4cc-49f7-a532-25a7b80b6bf1.png" height="500" />
biodranik commented 2022-10-12 20:54:05 +00:00 (Migrated from github.com)
Review

What about Chinese?

What about Chinese?
Jean-BaptisteC commented 2022-10-12 22:00:12 +00:00 (Migrated from github.com)
Review

Examples:

  • pt
    delete (bottomsheet on map)=Eliminar

  • pt_BR(Brazil)
    delete=Apagar

Examples: - pt delete (bottomsheet on map)=Eliminar - pt_BR(Brazil) delete=Apagar
Jean-BaptisteC commented 2022-10-12 22:02:30 +00:00 (Migrated from github.com)
Review

Examples:

  • fr (France)
    Translittération en latin (App settings)

  • fr_CA (Canada)
    Translittération vers l'alphabet latin (App settings)

Examples: - fr (France) Translittération en latin (App settings) - fr_CA (Canada) Translittération vers l\'alphabet latin (App settings)
Jean-BaptisteC commented 2022-10-12 22:05:14 +00:00 (Migrated from github.com)
Review

Examples:

es (Spain)
Transliteración al latín (App settings)

es_MX (Mexico)
Transliteración al alfabeto latino (App settings)
Examples: es (Spain) Transliteración al latín (App settings) es_MX (Mexico) Transliteración al alfabeto latino (App settings)
Review

nit: new line

nit: new line
Jean-BaptisteC commented 2022-10-13 10:04:49 +00:00 (Migrated from github.com)
Review

zh-Hans

zh-Hant

zh-Hans <img src="https://user-images.githubusercontent.com/87148630/195567788-6a039942-ab40-4cce-8516-395936283998.png" height="500"/> zh-Hant <img src="https://user-images.githubusercontent.com/87148630/195567911-36f497fb-1805-4ba7-9e57-2424da542700.png" height="500"/>
biodranik commented 2022-10-13 12:53:50 +00:00 (Migrated from github.com)
Review
</locale-config>

```suggestion </locale-config> ```
<locale android:name="pt-BR" />
biodranik commented 2022-10-12 16:07:33 +00:00 (Migrated from github.com)
Review

Are you sure about en-rGB? Should it be en-GB, as in the example?

Are you sure about en-rGB? Should it be en-GB, as in the example?
biodranik commented 2022-10-12 16:08:10 +00:00 (Migrated from github.com)
Review

Are you sure about these? In the example they use zh-Hant and zh-Hans. Can you please test if it works properly?

Are you sure about these? In the example they use zh-Hant and zh-Hans. Can you please test if it works properly?
biodranik commented 2022-10-12 16:08:15 +00:00 (Migrated from github.com)
Review

ditto

ditto
biodranik commented 2022-10-12 16:08:21 +00:00 (Migrated from github.com)
Review

ditto

ditto
biodranik commented 2022-10-12 16:08:27 +00:00 (Migrated from github.com)
Review

ditto

ditto
Jean-BaptisteC commented 2022-10-12 16:24:06 +00:00 (Migrated from github.com)
Review

Check this

Check [this ](https://developer.android.com/guide/topics/resources/localization#avoid-creating-more-resource-files-and-text-strings-than-you-need)
biodranik commented 2022-10-12 20:13:12 +00:00 (Migrated from github.com)
Review

Did you test these languages on your device? Did they work?

Did you test these languages on your device? Did they work?
Jean-BaptisteC commented 2022-10-12 20:26:40 +00:00 (Migrated from github.com)
Review

I have test with english

  • en_US (default english)

-en_GB

I have test with english - en_US (default english) <img src="https://user-images.githubusercontent.com/87148630/195440640-b73e999b-9cf3-4e49-985e-7714a43fc1fc.png" height="500"/> -en_GB <img src="https://user-images.githubusercontent.com/87148630/195440840-e60d1b96-f4cc-49f7-a532-25a7b80b6bf1.png" height="500" />
biodranik commented 2022-10-12 20:54:05 +00:00 (Migrated from github.com)
Review

What about Chinese?

What about Chinese?
Jean-BaptisteC commented 2022-10-12 22:00:12 +00:00 (Migrated from github.com)
Review

Examples:

  • pt
    delete (bottomsheet on map)=Eliminar

  • pt_BR(Brazil)
    delete=Apagar

Examples: - pt delete (bottomsheet on map)=Eliminar - pt_BR(Brazil) delete=Apagar
Jean-BaptisteC commented 2022-10-12 22:02:30 +00:00 (Migrated from github.com)
Review

Examples:

  • fr (France)
    Translittération en latin (App settings)

  • fr_CA (Canada)
    Translittération vers l'alphabet latin (App settings)

Examples: - fr (France) Translittération en latin (App settings) - fr_CA (Canada) Translittération vers l\'alphabet latin (App settings)
Jean-BaptisteC commented 2022-10-12 22:05:14 +00:00 (Migrated from github.com)
Review

Examples:

es (Spain)
Transliteración al latín (App settings)

es_MX (Mexico)
Transliteración al alfabeto latino (App settings)
Examples: es (Spain) Transliteración al latín (App settings) es_MX (Mexico) Transliteración al alfabeto latino (App settings)
Review

nit: new line

nit: new line
Jean-BaptisteC commented 2022-10-13 10:04:49 +00:00 (Migrated from github.com)
Review

zh-Hans

zh-Hant

zh-Hans <img src="https://user-images.githubusercontent.com/87148630/195567788-6a039942-ab40-4cce-8516-395936283998.png" height="500"/> zh-Hant <img src="https://user-images.githubusercontent.com/87148630/195567911-36f497fb-1805-4ba7-9e57-2424da542700.png" height="500"/>
biodranik commented 2022-10-13 12:53:50 +00:00 (Migrated from github.com)
Review
</locale-config>

```suggestion </locale-config> ```
<locale android:name="ro" />
biodranik commented 2022-10-12 16:07:33 +00:00 (Migrated from github.com)
Review

Are you sure about en-rGB? Should it be en-GB, as in the example?

Are you sure about en-rGB? Should it be en-GB, as in the example?
biodranik commented 2022-10-12 16:08:10 +00:00 (Migrated from github.com)
Review

Are you sure about these? In the example they use zh-Hant and zh-Hans. Can you please test if it works properly?

Are you sure about these? In the example they use zh-Hant and zh-Hans. Can you please test if it works properly?
biodranik commented 2022-10-12 16:08:15 +00:00 (Migrated from github.com)
Review

ditto

ditto
biodranik commented 2022-10-12 16:08:21 +00:00 (Migrated from github.com)
Review

ditto

ditto
biodranik commented 2022-10-12 16:08:27 +00:00 (Migrated from github.com)
Review

ditto

ditto
Jean-BaptisteC commented 2022-10-12 16:24:06 +00:00 (Migrated from github.com)
Review

Check this

Check [this ](https://developer.android.com/guide/topics/resources/localization#avoid-creating-more-resource-files-and-text-strings-than-you-need)
biodranik commented 2022-10-12 20:13:12 +00:00 (Migrated from github.com)
Review

Did you test these languages on your device? Did they work?

Did you test these languages on your device? Did they work?
Jean-BaptisteC commented 2022-10-12 20:26:40 +00:00 (Migrated from github.com)
Review

I have test with english

  • en_US (default english)

-en_GB

I have test with english - en_US (default english) <img src="https://user-images.githubusercontent.com/87148630/195440640-b73e999b-9cf3-4e49-985e-7714a43fc1fc.png" height="500"/> -en_GB <img src="https://user-images.githubusercontent.com/87148630/195440840-e60d1b96-f4cc-49f7-a532-25a7b80b6bf1.png" height="500" />
biodranik commented 2022-10-12 20:54:05 +00:00 (Migrated from github.com)
Review

What about Chinese?

What about Chinese?
Jean-BaptisteC commented 2022-10-12 22:00:12 +00:00 (Migrated from github.com)
Review

Examples:

  • pt
    delete (bottomsheet on map)=Eliminar

  • pt_BR(Brazil)
    delete=Apagar

Examples: - pt delete (bottomsheet on map)=Eliminar - pt_BR(Brazil) delete=Apagar
Jean-BaptisteC commented 2022-10-12 22:02:30 +00:00 (Migrated from github.com)
Review

Examples:

  • fr (France)
    Translittération en latin (App settings)

  • fr_CA (Canada)
    Translittération vers l'alphabet latin (App settings)

Examples: - fr (France) Translittération en latin (App settings) - fr_CA (Canada) Translittération vers l\'alphabet latin (App settings)
Jean-BaptisteC commented 2022-10-12 22:05:14 +00:00 (Migrated from github.com)
Review

Examples:

es (Spain)
Transliteración al latín (App settings)

es_MX (Mexico)
Transliteración al alfabeto latino (App settings)
Examples: es (Spain) Transliteración al latín (App settings) es_MX (Mexico) Transliteración al alfabeto latino (App settings)
Review

nit: new line

nit: new line
Jean-BaptisteC commented 2022-10-13 10:04:49 +00:00 (Migrated from github.com)
Review

zh-Hans

zh-Hant

zh-Hans <img src="https://user-images.githubusercontent.com/87148630/195567788-6a039942-ab40-4cce-8516-395936283998.png" height="500"/> zh-Hant <img src="https://user-images.githubusercontent.com/87148630/195567911-36f497fb-1805-4ba7-9e57-2424da542700.png" height="500"/>
biodranik commented 2022-10-13 12:53:50 +00:00 (Migrated from github.com)
Review
</locale-config>

```suggestion </locale-config> ```
<locale android:name="ru" />
biodranik commented 2022-10-12 16:07:33 +00:00 (Migrated from github.com)
Review

Are you sure about en-rGB? Should it be en-GB, as in the example?

Are you sure about en-rGB? Should it be en-GB, as in the example?
biodranik commented 2022-10-12 16:08:10 +00:00 (Migrated from github.com)
Review

Are you sure about these? In the example they use zh-Hant and zh-Hans. Can you please test if it works properly?

Are you sure about these? In the example they use zh-Hant and zh-Hans. Can you please test if it works properly?
biodranik commented 2022-10-12 16:08:15 +00:00 (Migrated from github.com)
Review

ditto

ditto
biodranik commented 2022-10-12 16:08:21 +00:00 (Migrated from github.com)
Review

ditto

ditto
biodranik commented 2022-10-12 16:08:27 +00:00 (Migrated from github.com)
Review

ditto

ditto
Jean-BaptisteC commented 2022-10-12 16:24:06 +00:00 (Migrated from github.com)
Review

Check this

Check [this ](https://developer.android.com/guide/topics/resources/localization#avoid-creating-more-resource-files-and-text-strings-than-you-need)
biodranik commented 2022-10-12 20:13:12 +00:00 (Migrated from github.com)
Review

Did you test these languages on your device? Did they work?

Did you test these languages on your device? Did they work?
Jean-BaptisteC commented 2022-10-12 20:26:40 +00:00 (Migrated from github.com)
Review

I have test with english

  • en_US (default english)

-en_GB

I have test with english - en_US (default english) <img src="https://user-images.githubusercontent.com/87148630/195440640-b73e999b-9cf3-4e49-985e-7714a43fc1fc.png" height="500"/> -en_GB <img src="https://user-images.githubusercontent.com/87148630/195440840-e60d1b96-f4cc-49f7-a532-25a7b80b6bf1.png" height="500" />
biodranik commented 2022-10-12 20:54:05 +00:00 (Migrated from github.com)
Review

What about Chinese?

What about Chinese?
Jean-BaptisteC commented 2022-10-12 22:00:12 +00:00 (Migrated from github.com)
Review

Examples:

  • pt
    delete (bottomsheet on map)=Eliminar

  • pt_BR(Brazil)
    delete=Apagar

Examples: - pt delete (bottomsheet on map)=Eliminar - pt_BR(Brazil) delete=Apagar
Jean-BaptisteC commented 2022-10-12 22:02:30 +00:00 (Migrated from github.com)
Review

Examples:

  • fr (France)
    Translittération en latin (App settings)

  • fr_CA (Canada)
    Translittération vers l'alphabet latin (App settings)

Examples: - fr (France) Translittération en latin (App settings) - fr_CA (Canada) Translittération vers l\'alphabet latin (App settings)
Jean-BaptisteC commented 2022-10-12 22:05:14 +00:00 (Migrated from github.com)
Review

Examples:

es (Spain)
Transliteración al latín (App settings)

es_MX (Mexico)
Transliteración al alfabeto latino (App settings)
Examples: es (Spain) Transliteración al latín (App settings) es_MX (Mexico) Transliteración al alfabeto latino (App settings)
Review

nit: new line

nit: new line
Jean-BaptisteC commented 2022-10-13 10:04:49 +00:00 (Migrated from github.com)
Review

zh-Hans

zh-Hant

zh-Hans <img src="https://user-images.githubusercontent.com/87148630/195567788-6a039942-ab40-4cce-8516-395936283998.png" height="500"/> zh-Hant <img src="https://user-images.githubusercontent.com/87148630/195567911-36f497fb-1805-4ba7-9e57-2424da542700.png" height="500"/>
biodranik commented 2022-10-13 12:53:50 +00:00 (Migrated from github.com)
Review
</locale-config>

```suggestion </locale-config> ```
<locale android:name="sk" />
biodranik commented 2022-10-12 16:07:33 +00:00 (Migrated from github.com)
Review

Are you sure about en-rGB? Should it be en-GB, as in the example?

Are you sure about en-rGB? Should it be en-GB, as in the example?
biodranik commented 2022-10-12 16:08:10 +00:00 (Migrated from github.com)
Review

Are you sure about these? In the example they use zh-Hant and zh-Hans. Can you please test if it works properly?

Are you sure about these? In the example they use zh-Hant and zh-Hans. Can you please test if it works properly?
biodranik commented 2022-10-12 16:08:15 +00:00 (Migrated from github.com)
Review

ditto

ditto
biodranik commented 2022-10-12 16:08:21 +00:00 (Migrated from github.com)
Review

ditto

ditto
biodranik commented 2022-10-12 16:08:27 +00:00 (Migrated from github.com)
Review

ditto

ditto
Jean-BaptisteC commented 2022-10-12 16:24:06 +00:00 (Migrated from github.com)
Review

Check this

Check [this ](https://developer.android.com/guide/topics/resources/localization#avoid-creating-more-resource-files-and-text-strings-than-you-need)
biodranik commented 2022-10-12 20:13:12 +00:00 (Migrated from github.com)
Review

Did you test these languages on your device? Did they work?

Did you test these languages on your device? Did they work?
Jean-BaptisteC commented 2022-10-12 20:26:40 +00:00 (Migrated from github.com)
Review

I have test with english

  • en_US (default english)

-en_GB

I have test with english - en_US (default english) <img src="https://user-images.githubusercontent.com/87148630/195440640-b73e999b-9cf3-4e49-985e-7714a43fc1fc.png" height="500"/> -en_GB <img src="https://user-images.githubusercontent.com/87148630/195440840-e60d1b96-f4cc-49f7-a532-25a7b80b6bf1.png" height="500" />
biodranik commented 2022-10-12 20:54:05 +00:00 (Migrated from github.com)
Review

What about Chinese?

What about Chinese?
Jean-BaptisteC commented 2022-10-12 22:00:12 +00:00 (Migrated from github.com)
Review

Examples:

  • pt
    delete (bottomsheet on map)=Eliminar

  • pt_BR(Brazil)
    delete=Apagar

Examples: - pt delete (bottomsheet on map)=Eliminar - pt_BR(Brazil) delete=Apagar
Jean-BaptisteC commented 2022-10-12 22:02:30 +00:00 (Migrated from github.com)
Review

Examples:

  • fr (France)
    Translittération en latin (App settings)

  • fr_CA (Canada)
    Translittération vers l'alphabet latin (App settings)

Examples: - fr (France) Translittération en latin (App settings) - fr_CA (Canada) Translittération vers l\'alphabet latin (App settings)
Jean-BaptisteC commented 2022-10-12 22:05:14 +00:00 (Migrated from github.com)
Review

Examples:

es (Spain)
Transliteración al latín (App settings)

es_MX (Mexico)
Transliteración al alfabeto latino (App settings)
Examples: es (Spain) Transliteración al latín (App settings) es_MX (Mexico) Transliteración al alfabeto latino (App settings)
Review

nit: new line

nit: new line
Jean-BaptisteC commented 2022-10-13 10:04:49 +00:00 (Migrated from github.com)
Review

zh-Hans

zh-Hant

zh-Hans <img src="https://user-images.githubusercontent.com/87148630/195567788-6a039942-ab40-4cce-8516-395936283998.png" height="500"/> zh-Hant <img src="https://user-images.githubusercontent.com/87148630/195567911-36f497fb-1805-4ba7-9e57-2424da542700.png" height="500"/>
biodranik commented 2022-10-13 12:53:50 +00:00 (Migrated from github.com)
Review
</locale-config>

```suggestion </locale-config> ```
<locale android:name="sv" />
biodranik commented 2022-10-12 16:07:33 +00:00 (Migrated from github.com)
Review

Are you sure about en-rGB? Should it be en-GB, as in the example?

Are you sure about en-rGB? Should it be en-GB, as in the example?
biodranik commented 2022-10-12 16:08:10 +00:00 (Migrated from github.com)
Review

Are you sure about these? In the example they use zh-Hant and zh-Hans. Can you please test if it works properly?

Are you sure about these? In the example they use zh-Hant and zh-Hans. Can you please test if it works properly?
biodranik commented 2022-10-12 16:08:15 +00:00 (Migrated from github.com)
Review

ditto

ditto
biodranik commented 2022-10-12 16:08:21 +00:00 (Migrated from github.com)
Review

ditto

ditto
biodranik commented 2022-10-12 16:08:27 +00:00 (Migrated from github.com)
Review

ditto

ditto
Jean-BaptisteC commented 2022-10-12 16:24:06 +00:00 (Migrated from github.com)
Review

Check this

Check [this ](https://developer.android.com/guide/topics/resources/localization#avoid-creating-more-resource-files-and-text-strings-than-you-need)
biodranik commented 2022-10-12 20:13:12 +00:00 (Migrated from github.com)
Review

Did you test these languages on your device? Did they work?

Did you test these languages on your device? Did they work?
Jean-BaptisteC commented 2022-10-12 20:26:40 +00:00 (Migrated from github.com)
Review

I have test with english

  • en_US (default english)

-en_GB

I have test with english - en_US (default english) <img src="https://user-images.githubusercontent.com/87148630/195440640-b73e999b-9cf3-4e49-985e-7714a43fc1fc.png" height="500"/> -en_GB <img src="https://user-images.githubusercontent.com/87148630/195440840-e60d1b96-f4cc-49f7-a532-25a7b80b6bf1.png" height="500" />
biodranik commented 2022-10-12 20:54:05 +00:00 (Migrated from github.com)
Review

What about Chinese?

What about Chinese?
Jean-BaptisteC commented 2022-10-12 22:00:12 +00:00 (Migrated from github.com)
Review

Examples:

  • pt
    delete (bottomsheet on map)=Eliminar

  • pt_BR(Brazil)
    delete=Apagar

Examples: - pt delete (bottomsheet on map)=Eliminar - pt_BR(Brazil) delete=Apagar
Jean-BaptisteC commented 2022-10-12 22:02:30 +00:00 (Migrated from github.com)
Review

Examples:

  • fr (France)
    Translittération en latin (App settings)

  • fr_CA (Canada)
    Translittération vers l'alphabet latin (App settings)

Examples: - fr (France) Translittération en latin (App settings) - fr_CA (Canada) Translittération vers l\'alphabet latin (App settings)
Jean-BaptisteC commented 2022-10-12 22:05:14 +00:00 (Migrated from github.com)
Review

Examples:

es (Spain)
Transliteración al latín (App settings)

es_MX (Mexico)
Transliteración al alfabeto latino (App settings)
Examples: es (Spain) Transliteración al latín (App settings) es_MX (Mexico) Transliteración al alfabeto latino (App settings)
Review

nit: new line

nit: new line
Jean-BaptisteC commented 2022-10-13 10:04:49 +00:00 (Migrated from github.com)
Review

zh-Hans

zh-Hant

zh-Hans <img src="https://user-images.githubusercontent.com/87148630/195567788-6a039942-ab40-4cce-8516-395936283998.png" height="500"/> zh-Hant <img src="https://user-images.githubusercontent.com/87148630/195567911-36f497fb-1805-4ba7-9e57-2424da542700.png" height="500"/>
biodranik commented 2022-10-13 12:53:50 +00:00 (Migrated from github.com)
Review
</locale-config>

```suggestion </locale-config> ```
<locale android:name="sw" />
biodranik commented 2022-10-12 16:07:33 +00:00 (Migrated from github.com)
Review

Are you sure about en-rGB? Should it be en-GB, as in the example?

Are you sure about en-rGB? Should it be en-GB, as in the example?
biodranik commented 2022-10-12 16:08:10 +00:00 (Migrated from github.com)
Review

Are you sure about these? In the example they use zh-Hant and zh-Hans. Can you please test if it works properly?

Are you sure about these? In the example they use zh-Hant and zh-Hans. Can you please test if it works properly?
biodranik commented 2022-10-12 16:08:15 +00:00 (Migrated from github.com)
Review

ditto

ditto
biodranik commented 2022-10-12 16:08:21 +00:00 (Migrated from github.com)
Review

ditto

ditto
biodranik commented 2022-10-12 16:08:27 +00:00 (Migrated from github.com)
Review

ditto

ditto
Jean-BaptisteC commented 2022-10-12 16:24:06 +00:00 (Migrated from github.com)
Review

Check this

Check [this ](https://developer.android.com/guide/topics/resources/localization#avoid-creating-more-resource-files-and-text-strings-than-you-need)
biodranik commented 2022-10-12 20:13:12 +00:00 (Migrated from github.com)
Review

Did you test these languages on your device? Did they work?

Did you test these languages on your device? Did they work?
Jean-BaptisteC commented 2022-10-12 20:26:40 +00:00 (Migrated from github.com)
Review

I have test with english

  • en_US (default english)

-en_GB

I have test with english - en_US (default english) <img src="https://user-images.githubusercontent.com/87148630/195440640-b73e999b-9cf3-4e49-985e-7714a43fc1fc.png" height="500"/> -en_GB <img src="https://user-images.githubusercontent.com/87148630/195440840-e60d1b96-f4cc-49f7-a532-25a7b80b6bf1.png" height="500" />
biodranik commented 2022-10-12 20:54:05 +00:00 (Migrated from github.com)
Review

What about Chinese?

What about Chinese?
Jean-BaptisteC commented 2022-10-12 22:00:12 +00:00 (Migrated from github.com)
Review

Examples:

  • pt
    delete (bottomsheet on map)=Eliminar

  • pt_BR(Brazil)
    delete=Apagar

Examples: - pt delete (bottomsheet on map)=Eliminar - pt_BR(Brazil) delete=Apagar
Jean-BaptisteC commented 2022-10-12 22:02:30 +00:00 (Migrated from github.com)
Review

Examples:

  • fr (France)
    Translittération en latin (App settings)

  • fr_CA (Canada)
    Translittération vers l'alphabet latin (App settings)

Examples: - fr (France) Translittération en latin (App settings) - fr_CA (Canada) Translittération vers l\'alphabet latin (App settings)
Jean-BaptisteC commented 2022-10-12 22:05:14 +00:00 (Migrated from github.com)
Review

Examples:

es (Spain)
Transliteración al latín (App settings)

es_MX (Mexico)
Transliteración al alfabeto latino (App settings)
Examples: es (Spain) Transliteración al latín (App settings) es_MX (Mexico) Transliteración al alfabeto latino (App settings)
Review

nit: new line

nit: new line
Jean-BaptisteC commented 2022-10-13 10:04:49 +00:00 (Migrated from github.com)
Review

zh-Hans

zh-Hant

zh-Hans <img src="https://user-images.githubusercontent.com/87148630/195567788-6a039942-ab40-4cce-8516-395936283998.png" height="500"/> zh-Hant <img src="https://user-images.githubusercontent.com/87148630/195567911-36f497fb-1805-4ba7-9e57-2424da542700.png" height="500"/>
biodranik commented 2022-10-13 12:53:50 +00:00 (Migrated from github.com)
Review
</locale-config>

```suggestion </locale-config> ```
<locale android:name="th" />
biodranik commented 2022-10-12 16:07:33 +00:00 (Migrated from github.com)
Review

Are you sure about en-rGB? Should it be en-GB, as in the example?

Are you sure about en-rGB? Should it be en-GB, as in the example?
biodranik commented 2022-10-12 16:08:10 +00:00 (Migrated from github.com)
Review

Are you sure about these? In the example they use zh-Hant and zh-Hans. Can you please test if it works properly?

Are you sure about these? In the example they use zh-Hant and zh-Hans. Can you please test if it works properly?
biodranik commented 2022-10-12 16:08:15 +00:00 (Migrated from github.com)
Review

ditto

ditto
biodranik commented 2022-10-12 16:08:21 +00:00 (Migrated from github.com)
Review

ditto

ditto
biodranik commented 2022-10-12 16:08:27 +00:00 (Migrated from github.com)
Review

ditto

ditto
Jean-BaptisteC commented 2022-10-12 16:24:06 +00:00 (Migrated from github.com)
Review

Check this

Check [this ](https://developer.android.com/guide/topics/resources/localization#avoid-creating-more-resource-files-and-text-strings-than-you-need)
biodranik commented 2022-10-12 20:13:12 +00:00 (Migrated from github.com)
Review

Did you test these languages on your device? Did they work?

Did you test these languages on your device? Did they work?
Jean-BaptisteC commented 2022-10-12 20:26:40 +00:00 (Migrated from github.com)
Review

I have test with english

  • en_US (default english)

-en_GB

I have test with english - en_US (default english) <img src="https://user-images.githubusercontent.com/87148630/195440640-b73e999b-9cf3-4e49-985e-7714a43fc1fc.png" height="500"/> -en_GB <img src="https://user-images.githubusercontent.com/87148630/195440840-e60d1b96-f4cc-49f7-a532-25a7b80b6bf1.png" height="500" />
biodranik commented 2022-10-12 20:54:05 +00:00 (Migrated from github.com)
Review

What about Chinese?

What about Chinese?
Jean-BaptisteC commented 2022-10-12 22:00:12 +00:00 (Migrated from github.com)
Review

Examples:

  • pt
    delete (bottomsheet on map)=Eliminar

  • pt_BR(Brazil)
    delete=Apagar

Examples: - pt delete (bottomsheet on map)=Eliminar - pt_BR(Brazil) delete=Apagar
Jean-BaptisteC commented 2022-10-12 22:02:30 +00:00 (Migrated from github.com)
Review

Examples:

  • fr (France)
    Translittération en latin (App settings)

  • fr_CA (Canada)
    Translittération vers l'alphabet latin (App settings)

Examples: - fr (France) Translittération en latin (App settings) - fr_CA (Canada) Translittération vers l\'alphabet latin (App settings)
Jean-BaptisteC commented 2022-10-12 22:05:14 +00:00 (Migrated from github.com)
Review

Examples:

es (Spain)
Transliteración al latín (App settings)

es_MX (Mexico)
Transliteración al alfabeto latino (App settings)
Examples: es (Spain) Transliteración al latín (App settings) es_MX (Mexico) Transliteración al alfabeto latino (App settings)
Review

nit: new line

nit: new line
Jean-BaptisteC commented 2022-10-13 10:04:49 +00:00 (Migrated from github.com)
Review

zh-Hans

zh-Hant

zh-Hans <img src="https://user-images.githubusercontent.com/87148630/195567788-6a039942-ab40-4cce-8516-395936283998.png" height="500"/> zh-Hant <img src="https://user-images.githubusercontent.com/87148630/195567911-36f497fb-1805-4ba7-9e57-2424da542700.png" height="500"/>
biodranik commented 2022-10-13 12:53:50 +00:00 (Migrated from github.com)
Review
</locale-config>

```suggestion </locale-config> ```
<locale android:name="tr" />
biodranik commented 2022-10-12 16:07:33 +00:00 (Migrated from github.com)
Review

Are you sure about en-rGB? Should it be en-GB, as in the example?

Are you sure about en-rGB? Should it be en-GB, as in the example?
biodranik commented 2022-10-12 16:08:10 +00:00 (Migrated from github.com)
Review

Are you sure about these? In the example they use zh-Hant and zh-Hans. Can you please test if it works properly?

Are you sure about these? In the example they use zh-Hant and zh-Hans. Can you please test if it works properly?
biodranik commented 2022-10-12 16:08:15 +00:00 (Migrated from github.com)
Review

ditto

ditto
biodranik commented 2022-10-12 16:08:21 +00:00 (Migrated from github.com)
Review

ditto

ditto
biodranik commented 2022-10-12 16:08:27 +00:00 (Migrated from github.com)
Review

ditto

ditto
Jean-BaptisteC commented 2022-10-12 16:24:06 +00:00 (Migrated from github.com)
Review

Check this

Check [this ](https://developer.android.com/guide/topics/resources/localization#avoid-creating-more-resource-files-and-text-strings-than-you-need)
biodranik commented 2022-10-12 20:13:12 +00:00 (Migrated from github.com)
Review

Did you test these languages on your device? Did they work?

Did you test these languages on your device? Did they work?
Jean-BaptisteC commented 2022-10-12 20:26:40 +00:00 (Migrated from github.com)
Review

I have test with english

  • en_US (default english)

-en_GB

I have test with english - en_US (default english) <img src="https://user-images.githubusercontent.com/87148630/195440640-b73e999b-9cf3-4e49-985e-7714a43fc1fc.png" height="500"/> -en_GB <img src="https://user-images.githubusercontent.com/87148630/195440840-e60d1b96-f4cc-49f7-a532-25a7b80b6bf1.png" height="500" />
biodranik commented 2022-10-12 20:54:05 +00:00 (Migrated from github.com)
Review

What about Chinese?

What about Chinese?
Jean-BaptisteC commented 2022-10-12 22:00:12 +00:00 (Migrated from github.com)
Review

Examples:

  • pt
    delete (bottomsheet on map)=Eliminar

  • pt_BR(Brazil)
    delete=Apagar

Examples: - pt delete (bottomsheet on map)=Eliminar - pt_BR(Brazil) delete=Apagar
Jean-BaptisteC commented 2022-10-12 22:02:30 +00:00 (Migrated from github.com)
Review

Examples:

  • fr (France)
    Translittération en latin (App settings)

  • fr_CA (Canada)
    Translittération vers l'alphabet latin (App settings)

Examples: - fr (France) Translittération en latin (App settings) - fr_CA (Canada) Translittération vers l\'alphabet latin (App settings)
Jean-BaptisteC commented 2022-10-12 22:05:14 +00:00 (Migrated from github.com)
Review

Examples:

es (Spain)
Transliteración al latín (App settings)

es_MX (Mexico)
Transliteración al alfabeto latino (App settings)
Examples: es (Spain) Transliteración al latín (App settings) es_MX (Mexico) Transliteración al alfabeto latino (App settings)
Review

nit: new line

nit: new line
Jean-BaptisteC commented 2022-10-13 10:04:49 +00:00 (Migrated from github.com)
Review

zh-Hans

zh-Hant

zh-Hans <img src="https://user-images.githubusercontent.com/87148630/195567788-6a039942-ab40-4cce-8516-395936283998.png" height="500"/> zh-Hant <img src="https://user-images.githubusercontent.com/87148630/195567911-36f497fb-1805-4ba7-9e57-2424da542700.png" height="500"/>
biodranik commented 2022-10-13 12:53:50 +00:00 (Migrated from github.com)
Review
</locale-config>

```suggestion </locale-config> ```
<locale android:name="uk" />
biodranik commented 2022-10-12 16:07:33 +00:00 (Migrated from github.com)
Review

Are you sure about en-rGB? Should it be en-GB, as in the example?

Are you sure about en-rGB? Should it be en-GB, as in the example?
biodranik commented 2022-10-12 16:08:10 +00:00 (Migrated from github.com)
Review

Are you sure about these? In the example they use zh-Hant and zh-Hans. Can you please test if it works properly?

Are you sure about these? In the example they use zh-Hant and zh-Hans. Can you please test if it works properly?
biodranik commented 2022-10-12 16:08:15 +00:00 (Migrated from github.com)
Review

ditto

ditto
biodranik commented 2022-10-12 16:08:21 +00:00 (Migrated from github.com)
Review

ditto

ditto
biodranik commented 2022-10-12 16:08:27 +00:00 (Migrated from github.com)
Review

ditto

ditto
Jean-BaptisteC commented 2022-10-12 16:24:06 +00:00 (Migrated from github.com)
Review

Check this

Check [this ](https://developer.android.com/guide/topics/resources/localization#avoid-creating-more-resource-files-and-text-strings-than-you-need)
biodranik commented 2022-10-12 20:13:12 +00:00 (Migrated from github.com)
Review

Did you test these languages on your device? Did they work?

Did you test these languages on your device? Did they work?
Jean-BaptisteC commented 2022-10-12 20:26:40 +00:00 (Migrated from github.com)
Review

I have test with english

  • en_US (default english)

-en_GB

I have test with english - en_US (default english) <img src="https://user-images.githubusercontent.com/87148630/195440640-b73e999b-9cf3-4e49-985e-7714a43fc1fc.png" height="500"/> -en_GB <img src="https://user-images.githubusercontent.com/87148630/195440840-e60d1b96-f4cc-49f7-a532-25a7b80b6bf1.png" height="500" />
biodranik commented 2022-10-12 20:54:05 +00:00 (Migrated from github.com)
Review

What about Chinese?

What about Chinese?
Jean-BaptisteC commented 2022-10-12 22:00:12 +00:00 (Migrated from github.com)
Review

Examples:

  • pt
    delete (bottomsheet on map)=Eliminar

  • pt_BR(Brazil)
    delete=Apagar

Examples: - pt delete (bottomsheet on map)=Eliminar - pt_BR(Brazil) delete=Apagar
Jean-BaptisteC commented 2022-10-12 22:02:30 +00:00 (Migrated from github.com)
Review

Examples:

  • fr (France)
    Translittération en latin (App settings)

  • fr_CA (Canada)
    Translittération vers l'alphabet latin (App settings)

Examples: - fr (France) Translittération en latin (App settings) - fr_CA (Canada) Translittération vers l\'alphabet latin (App settings)
Jean-BaptisteC commented 2022-10-12 22:05:14 +00:00 (Migrated from github.com)
Review

Examples:

es (Spain)
Transliteración al latín (App settings)

es_MX (Mexico)
Transliteración al alfabeto latino (App settings)
Examples: es (Spain) Transliteración al latín (App settings) es_MX (Mexico) Transliteración al alfabeto latino (App settings)
Review

nit: new line

nit: new line
Jean-BaptisteC commented 2022-10-13 10:04:49 +00:00 (Migrated from github.com)
Review

zh-Hans

zh-Hant

zh-Hans <img src="https://user-images.githubusercontent.com/87148630/195567788-6a039942-ab40-4cce-8516-395936283998.png" height="500"/> zh-Hant <img src="https://user-images.githubusercontent.com/87148630/195567911-36f497fb-1805-4ba7-9e57-2424da542700.png" height="500"/>
biodranik commented 2022-10-13 12:53:50 +00:00 (Migrated from github.com)
Review
</locale-config>

```suggestion </locale-config> ```
<locale android:name="vi" />
biodranik commented 2022-10-12 16:07:33 +00:00 (Migrated from github.com)
Review

Are you sure about en-rGB? Should it be en-GB, as in the example?

Are you sure about en-rGB? Should it be en-GB, as in the example?
biodranik commented 2022-10-12 16:08:10 +00:00 (Migrated from github.com)
Review

Are you sure about these? In the example they use zh-Hant and zh-Hans. Can you please test if it works properly?

Are you sure about these? In the example they use zh-Hant and zh-Hans. Can you please test if it works properly?
biodranik commented 2022-10-12 16:08:15 +00:00 (Migrated from github.com)
Review

ditto

ditto
biodranik commented 2022-10-12 16:08:21 +00:00 (Migrated from github.com)
Review

ditto

ditto
biodranik commented 2022-10-12 16:08:27 +00:00 (Migrated from github.com)
Review

ditto

ditto
Jean-BaptisteC commented 2022-10-12 16:24:06 +00:00 (Migrated from github.com)
Review

Check this

Check [this ](https://developer.android.com/guide/topics/resources/localization#avoid-creating-more-resource-files-and-text-strings-than-you-need)
biodranik commented 2022-10-12 20:13:12 +00:00 (Migrated from github.com)
Review

Did you test these languages on your device? Did they work?

Did you test these languages on your device? Did they work?
Jean-BaptisteC commented 2022-10-12 20:26:40 +00:00 (Migrated from github.com)
Review

I have test with english

  • en_US (default english)

-en_GB

I have test with english - en_US (default english) <img src="https://user-images.githubusercontent.com/87148630/195440640-b73e999b-9cf3-4e49-985e-7714a43fc1fc.png" height="500"/> -en_GB <img src="https://user-images.githubusercontent.com/87148630/195440840-e60d1b96-f4cc-49f7-a532-25a7b80b6bf1.png" height="500" />
biodranik commented 2022-10-12 20:54:05 +00:00 (Migrated from github.com)
Review

What about Chinese?

What about Chinese?
Jean-BaptisteC commented 2022-10-12 22:00:12 +00:00 (Migrated from github.com)
Review

Examples:

  • pt
    delete (bottomsheet on map)=Eliminar

  • pt_BR(Brazil)
    delete=Apagar

Examples: - pt delete (bottomsheet on map)=Eliminar - pt_BR(Brazil) delete=Apagar
Jean-BaptisteC commented 2022-10-12 22:02:30 +00:00 (Migrated from github.com)
Review

Examples:

  • fr (France)
    Translittération en latin (App settings)

  • fr_CA (Canada)
    Translittération vers l'alphabet latin (App settings)

Examples: - fr (France) Translittération en latin (App settings) - fr_CA (Canada) Translittération vers l\'alphabet latin (App settings)
Jean-BaptisteC commented 2022-10-12 22:05:14 +00:00 (Migrated from github.com)
Review

Examples:

es (Spain)
Transliteración al latín (App settings)

es_MX (Mexico)
Transliteración al alfabeto latino (App settings)
Examples: es (Spain) Transliteración al latín (App settings) es_MX (Mexico) Transliteración al alfabeto latino (App settings)
Review

nit: new line

nit: new line
Jean-BaptisteC commented 2022-10-13 10:04:49 +00:00 (Migrated from github.com)
Review

zh-Hans

zh-Hant

zh-Hans <img src="https://user-images.githubusercontent.com/87148630/195567788-6a039942-ab40-4cce-8516-395936283998.png" height="500"/> zh-Hant <img src="https://user-images.githubusercontent.com/87148630/195567911-36f497fb-1805-4ba7-9e57-2424da542700.png" height="500"/>
biodranik commented 2022-10-13 12:53:50 +00:00 (Migrated from github.com)
Review
</locale-config>

```suggestion </locale-config> ```
<locale android:name="zh" />
biodranik commented 2022-10-12 16:07:33 +00:00 (Migrated from github.com)
Review

Are you sure about en-rGB? Should it be en-GB, as in the example?

Are you sure about en-rGB? Should it be en-GB, as in the example?
biodranik commented 2022-10-12 16:08:10 +00:00 (Migrated from github.com)
Review

Are you sure about these? In the example they use zh-Hant and zh-Hans. Can you please test if it works properly?

Are you sure about these? In the example they use zh-Hant and zh-Hans. Can you please test if it works properly?
biodranik commented 2022-10-12 16:08:15 +00:00 (Migrated from github.com)
Review

ditto

ditto
biodranik commented 2022-10-12 16:08:21 +00:00 (Migrated from github.com)
Review

ditto

ditto
biodranik commented 2022-10-12 16:08:27 +00:00 (Migrated from github.com)
Review

ditto

ditto
Jean-BaptisteC commented 2022-10-12 16:24:06 +00:00 (Migrated from github.com)
Review

Check this

Check [this ](https://developer.android.com/guide/topics/resources/localization#avoid-creating-more-resource-files-and-text-strings-than-you-need)
biodranik commented 2022-10-12 20:13:12 +00:00 (Migrated from github.com)
Review

Did you test these languages on your device? Did they work?

Did you test these languages on your device? Did they work?
Jean-BaptisteC commented 2022-10-12 20:26:40 +00:00 (Migrated from github.com)
Review

I have test with english

  • en_US (default english)

-en_GB

I have test with english - en_US (default english) <img src="https://user-images.githubusercontent.com/87148630/195440640-b73e999b-9cf3-4e49-985e-7714a43fc1fc.png" height="500"/> -en_GB <img src="https://user-images.githubusercontent.com/87148630/195440840-e60d1b96-f4cc-49f7-a532-25a7b80b6bf1.png" height="500" />
biodranik commented 2022-10-12 20:54:05 +00:00 (Migrated from github.com)
Review

What about Chinese?

What about Chinese?
Jean-BaptisteC commented 2022-10-12 22:00:12 +00:00 (Migrated from github.com)
Review

Examples:

  • pt
    delete (bottomsheet on map)=Eliminar

  • pt_BR(Brazil)
    delete=Apagar

Examples: - pt delete (bottomsheet on map)=Eliminar - pt_BR(Brazil) delete=Apagar
Jean-BaptisteC commented 2022-10-12 22:02:30 +00:00 (Migrated from github.com)
Review

Examples:

  • fr (France)
    Translittération en latin (App settings)

  • fr_CA (Canada)
    Translittération vers l'alphabet latin (App settings)

Examples: - fr (France) Translittération en latin (App settings) - fr_CA (Canada) Translittération vers l\'alphabet latin (App settings)
Jean-BaptisteC commented 2022-10-12 22:05:14 +00:00 (Migrated from github.com)
Review

Examples:

es (Spain)
Transliteración al latín (App settings)

es_MX (Mexico)
Transliteración al alfabeto latino (App settings)
Examples: es (Spain) Transliteración al latín (App settings) es_MX (Mexico) Transliteración al alfabeto latino (App settings)
Review

nit: new line

nit: new line
Jean-BaptisteC commented 2022-10-13 10:04:49 +00:00 (Migrated from github.com)
Review

zh-Hans

zh-Hant

zh-Hans <img src="https://user-images.githubusercontent.com/87148630/195567788-6a039942-ab40-4cce-8516-395936283998.png" height="500"/> zh-Hant <img src="https://user-images.githubusercontent.com/87148630/195567911-36f497fb-1805-4ba7-9e57-2424da542700.png" height="500"/>
biodranik commented 2022-10-13 12:53:50 +00:00 (Migrated from github.com)
Review
</locale-config>

```suggestion </locale-config> ```
<locale android:name="zh-HK" />
biodranik commented 2022-10-12 16:07:33 +00:00 (Migrated from github.com)
Review

Are you sure about en-rGB? Should it be en-GB, as in the example?

Are you sure about en-rGB? Should it be en-GB, as in the example?
biodranik commented 2022-10-12 16:08:10 +00:00 (Migrated from github.com)
Review

Are you sure about these? In the example they use zh-Hant and zh-Hans. Can you please test if it works properly?

Are you sure about these? In the example they use zh-Hant and zh-Hans. Can you please test if it works properly?
biodranik commented 2022-10-12 16:08:15 +00:00 (Migrated from github.com)
Review

ditto

ditto
biodranik commented 2022-10-12 16:08:21 +00:00 (Migrated from github.com)
Review

ditto

ditto
biodranik commented 2022-10-12 16:08:27 +00:00 (Migrated from github.com)
Review

ditto

ditto
Jean-BaptisteC commented 2022-10-12 16:24:06 +00:00 (Migrated from github.com)
Review

Check this

Check [this ](https://developer.android.com/guide/topics/resources/localization#avoid-creating-more-resource-files-and-text-strings-than-you-need)
biodranik commented 2022-10-12 20:13:12 +00:00 (Migrated from github.com)
Review

Did you test these languages on your device? Did they work?

Did you test these languages on your device? Did they work?
Jean-BaptisteC commented 2022-10-12 20:26:40 +00:00 (Migrated from github.com)
Review

I have test with english

  • en_US (default english)

-en_GB

I have test with english - en_US (default english) <img src="https://user-images.githubusercontent.com/87148630/195440640-b73e999b-9cf3-4e49-985e-7714a43fc1fc.png" height="500"/> -en_GB <img src="https://user-images.githubusercontent.com/87148630/195440840-e60d1b96-f4cc-49f7-a532-25a7b80b6bf1.png" height="500" />
biodranik commented 2022-10-12 20:54:05 +00:00 (Migrated from github.com)
Review

What about Chinese?

What about Chinese?
Jean-BaptisteC commented 2022-10-12 22:00:12 +00:00 (Migrated from github.com)
Review

Examples:

  • pt
    delete (bottomsheet on map)=Eliminar

  • pt_BR(Brazil)
    delete=Apagar

Examples: - pt delete (bottomsheet on map)=Eliminar - pt_BR(Brazil) delete=Apagar
Jean-BaptisteC commented 2022-10-12 22:02:30 +00:00 (Migrated from github.com)
Review

Examples:

  • fr (France)
    Translittération en latin (App settings)

  • fr_CA (Canada)
    Translittération vers l'alphabet latin (App settings)

Examples: - fr (France) Translittération en latin (App settings) - fr_CA (Canada) Translittération vers l\'alphabet latin (App settings)
Jean-BaptisteC commented 2022-10-12 22:05:14 +00:00 (Migrated from github.com)
Review

Examples:

es (Spain)
Transliteración al latín (App settings)

es_MX (Mexico)
Transliteración al alfabeto latino (App settings)
Examples: es (Spain) Transliteración al latín (App settings) es_MX (Mexico) Transliteración al alfabeto latino (App settings)
Review

nit: new line

nit: new line
Jean-BaptisteC commented 2022-10-13 10:04:49 +00:00 (Migrated from github.com)
Review

zh-Hans

zh-Hant

zh-Hans <img src="https://user-images.githubusercontent.com/87148630/195567788-6a039942-ab40-4cce-8516-395936283998.png" height="500"/> zh-Hant <img src="https://user-images.githubusercontent.com/87148630/195567911-36f497fb-1805-4ba7-9e57-2424da542700.png" height="500"/>
biodranik commented 2022-10-13 12:53:50 +00:00 (Migrated from github.com)
Review
</locale-config>

```suggestion </locale-config> ```
Review

Are you sure here? I can see the following names in res/values:

  • values-zh-rHK
  • values-zh-rMO
  • values-zh-rTW
Are you sure here? I can see the following names in res/values: - values-zh-rHK - values-zh-rMO - values-zh-rTW
Jean-BaptisteC commented 2022-10-13 10:13:19 +00:00 (Migrated from github.com)
Review

add zh-HK or zh-rHK have none difference, because string name file contains r is just use tu specifie when you have some strings only for country.
Examples:
If i want translate all strings for Great Britain, i create res file with this name values-en-GB
If i want only translate special strings for Great Britain, i create res file with this name values-en-rGB. (And strings not translate in this file are take from values-en or values.

I have test with r and without, 0 difference.

https://developer.android.com/guide/topics/resources/localization#avoid-creating-more-resource-files-and-text-strings-than-you-need

add zh-HK or zh-rHK have none difference, because string name file contains `r` is just use tu specifie when you have some strings only for country. Examples: If i want translate all strings for Great Britain, i create res file with this name values-en-GB If i want only translate special strings for Great Britain, i create res file with this name values-en-rGB. (And strings not translate in this file are take from values-en or values. I have test with `r` and without, 0 difference. https://developer.android.com/guide/topics/resources/localization#avoid-creating-more-resource-files-and-text-strings-than-you-need
biodranik commented 2022-10-13 12:55:03 +00:00 (Migrated from github.com)
Review

I've read the docs and confirm that the new locale format should work. We use the old one, pre-Android 7 for our resources because we need to support Android 5 and 6.

I've read the docs and confirm that the new locale format should work. We use the old one, pre-Android 7 for our resources because we need to support Android 5 and 6.
<locale android:name="zh-MO" />
biodranik commented 2022-10-12 16:07:33 +00:00 (Migrated from github.com)
Review

Are you sure about en-rGB? Should it be en-GB, as in the example?

Are you sure about en-rGB? Should it be en-GB, as in the example?
biodranik commented 2022-10-12 16:08:10 +00:00 (Migrated from github.com)
Review

Are you sure about these? In the example they use zh-Hant and zh-Hans. Can you please test if it works properly?

Are you sure about these? In the example they use zh-Hant and zh-Hans. Can you please test if it works properly?
biodranik commented 2022-10-12 16:08:15 +00:00 (Migrated from github.com)
Review

ditto

ditto
biodranik commented 2022-10-12 16:08:21 +00:00 (Migrated from github.com)
Review

ditto

ditto
biodranik commented 2022-10-12 16:08:27 +00:00 (Migrated from github.com)
Review

ditto

ditto
Jean-BaptisteC commented 2022-10-12 16:24:06 +00:00 (Migrated from github.com)
Review

Check this

Check [this ](https://developer.android.com/guide/topics/resources/localization#avoid-creating-more-resource-files-and-text-strings-than-you-need)
biodranik commented 2022-10-12 20:13:12 +00:00 (Migrated from github.com)
Review

Did you test these languages on your device? Did they work?

Did you test these languages on your device? Did they work?
Jean-BaptisteC commented 2022-10-12 20:26:40 +00:00 (Migrated from github.com)
Review

I have test with english

  • en_US (default english)

-en_GB

I have test with english - en_US (default english) <img src="https://user-images.githubusercontent.com/87148630/195440640-b73e999b-9cf3-4e49-985e-7714a43fc1fc.png" height="500"/> -en_GB <img src="https://user-images.githubusercontent.com/87148630/195440840-e60d1b96-f4cc-49f7-a532-25a7b80b6bf1.png" height="500" />
biodranik commented 2022-10-12 20:54:05 +00:00 (Migrated from github.com)
Review

What about Chinese?

What about Chinese?
Jean-BaptisteC commented 2022-10-12 22:00:12 +00:00 (Migrated from github.com)
Review

Examples:

  • pt
    delete (bottomsheet on map)=Eliminar

  • pt_BR(Brazil)
    delete=Apagar

Examples: - pt delete (bottomsheet on map)=Eliminar - pt_BR(Brazil) delete=Apagar
Jean-BaptisteC commented 2022-10-12 22:02:30 +00:00 (Migrated from github.com)
Review

Examples:

  • fr (France)
    Translittération en latin (App settings)

  • fr_CA (Canada)
    Translittération vers l'alphabet latin (App settings)

Examples: - fr (France) Translittération en latin (App settings) - fr_CA (Canada) Translittération vers l\'alphabet latin (App settings)
Jean-BaptisteC commented 2022-10-12 22:05:14 +00:00 (Migrated from github.com)
Review

Examples:

es (Spain)
Transliteración al latín (App settings)

es_MX (Mexico)
Transliteración al alfabeto latino (App settings)
Examples: es (Spain) Transliteración al latín (App settings) es_MX (Mexico) Transliteración al alfabeto latino (App settings)
Review

nit: new line

nit: new line
Jean-BaptisteC commented 2022-10-13 10:04:49 +00:00 (Migrated from github.com)
Review

zh-Hans

zh-Hant

zh-Hans <img src="https://user-images.githubusercontent.com/87148630/195567788-6a039942-ab40-4cce-8516-395936283998.png" height="500"/> zh-Hant <img src="https://user-images.githubusercontent.com/87148630/195567911-36f497fb-1805-4ba7-9e57-2424da542700.png" height="500"/>
biodranik commented 2022-10-13 12:53:50 +00:00 (Migrated from github.com)
Review
</locale-config>

```suggestion </locale-config> ```
<locale android:name="zh-TW" />
biodranik commented 2022-10-12 16:07:33 +00:00 (Migrated from github.com)
Review

Are you sure about en-rGB? Should it be en-GB, as in the example?

Are you sure about en-rGB? Should it be en-GB, as in the example?
biodranik commented 2022-10-12 16:08:10 +00:00 (Migrated from github.com)
Review

Are you sure about these? In the example they use zh-Hant and zh-Hans. Can you please test if it works properly?

Are you sure about these? In the example they use zh-Hant and zh-Hans. Can you please test if it works properly?
biodranik commented 2022-10-12 16:08:15 +00:00 (Migrated from github.com)
Review

ditto

ditto
biodranik commented 2022-10-12 16:08:21 +00:00 (Migrated from github.com)
Review

ditto

ditto
biodranik commented 2022-10-12 16:08:27 +00:00 (Migrated from github.com)
Review

ditto

ditto
Jean-BaptisteC commented 2022-10-12 16:24:06 +00:00 (Migrated from github.com)
Review

Check this

Check [this ](https://developer.android.com/guide/topics/resources/localization#avoid-creating-more-resource-files-and-text-strings-than-you-need)
biodranik commented 2022-10-12 20:13:12 +00:00 (Migrated from github.com)
Review

Did you test these languages on your device? Did they work?

Did you test these languages on your device? Did they work?
Jean-BaptisteC commented 2022-10-12 20:26:40 +00:00 (Migrated from github.com)
Review

I have test with english

  • en_US (default english)

-en_GB

I have test with english - en_US (default english) <img src="https://user-images.githubusercontent.com/87148630/195440640-b73e999b-9cf3-4e49-985e-7714a43fc1fc.png" height="500"/> -en_GB <img src="https://user-images.githubusercontent.com/87148630/195440840-e60d1b96-f4cc-49f7-a532-25a7b80b6bf1.png" height="500" />
biodranik commented 2022-10-12 20:54:05 +00:00 (Migrated from github.com)
Review

What about Chinese?

What about Chinese?
Jean-BaptisteC commented 2022-10-12 22:00:12 +00:00 (Migrated from github.com)
Review

Examples:

  • pt
    delete (bottomsheet on map)=Eliminar

  • pt_BR(Brazil)
    delete=Apagar

Examples: - pt delete (bottomsheet on map)=Eliminar - pt_BR(Brazil) delete=Apagar
Jean-BaptisteC commented 2022-10-12 22:02:30 +00:00 (Migrated from github.com)
Review

Examples:

  • fr (France)
    Translittération en latin (App settings)

  • fr_CA (Canada)
    Translittération vers l'alphabet latin (App settings)

Examples: - fr (France) Translittération en latin (App settings) - fr_CA (Canada) Translittération vers l\'alphabet latin (App settings)
Jean-BaptisteC commented 2022-10-12 22:05:14 +00:00 (Migrated from github.com)
Review

Examples:

es (Spain)
Transliteración al latín (App settings)

es_MX (Mexico)
Transliteración al alfabeto latino (App settings)
Examples: es (Spain) Transliteración al latín (App settings) es_MX (Mexico) Transliteración al alfabeto latino (App settings)
Review

nit: new line

nit: new line
Jean-BaptisteC commented 2022-10-13 10:04:49 +00:00 (Migrated from github.com)
Review

zh-Hans

zh-Hant

zh-Hans <img src="https://user-images.githubusercontent.com/87148630/195567788-6a039942-ab40-4cce-8516-395936283998.png" height="500"/> zh-Hant <img src="https://user-images.githubusercontent.com/87148630/195567911-36f497fb-1805-4ba7-9e57-2424da542700.png" height="500"/>
biodranik commented 2022-10-13 12:53:50 +00:00 (Migrated from github.com)
Review
</locale-config>

```suggestion </locale-config> ```
</locale-config>
biodranik commented 2022-10-12 16:07:33 +00:00 (Migrated from github.com)
Review

Are you sure about en-rGB? Should it be en-GB, as in the example?

Are you sure about en-rGB? Should it be en-GB, as in the example?
biodranik commented 2022-10-12 16:08:10 +00:00 (Migrated from github.com)
Review

Are you sure about these? In the example they use zh-Hant and zh-Hans. Can you please test if it works properly?

Are you sure about these? In the example they use zh-Hant and zh-Hans. Can you please test if it works properly?
biodranik commented 2022-10-12 16:08:15 +00:00 (Migrated from github.com)
Review

ditto

ditto
biodranik commented 2022-10-12 16:08:21 +00:00 (Migrated from github.com)
Review

ditto

ditto
biodranik commented 2022-10-12 16:08:27 +00:00 (Migrated from github.com)
Review

ditto

ditto
Jean-BaptisteC commented 2022-10-12 16:24:06 +00:00 (Migrated from github.com)
Review

Check this

Check [this ](https://developer.android.com/guide/topics/resources/localization#avoid-creating-more-resource-files-and-text-strings-than-you-need)
biodranik commented 2022-10-12 20:13:12 +00:00 (Migrated from github.com)
Review

Did you test these languages on your device? Did they work?

Did you test these languages on your device? Did they work?
Jean-BaptisteC commented 2022-10-12 20:26:40 +00:00 (Migrated from github.com)
Review

I have test with english

  • en_US (default english)

-en_GB

I have test with english - en_US (default english) <img src="https://user-images.githubusercontent.com/87148630/195440640-b73e999b-9cf3-4e49-985e-7714a43fc1fc.png" height="500"/> -en_GB <img src="https://user-images.githubusercontent.com/87148630/195440840-e60d1b96-f4cc-49f7-a532-25a7b80b6bf1.png" height="500" />
biodranik commented 2022-10-12 20:54:05 +00:00 (Migrated from github.com)
Review

What about Chinese?

What about Chinese?
Jean-BaptisteC commented 2022-10-12 22:00:12 +00:00 (Migrated from github.com)
Review

Examples:

  • pt
    delete (bottomsheet on map)=Eliminar

  • pt_BR(Brazil)
    delete=Apagar

Examples: - pt delete (bottomsheet on map)=Eliminar - pt_BR(Brazil) delete=Apagar
Jean-BaptisteC commented 2022-10-12 22:02:30 +00:00 (Migrated from github.com)
Review

Examples:

  • fr (France)
    Translittération en latin (App settings)

  • fr_CA (Canada)
    Translittération vers l'alphabet latin (App settings)

Examples: - fr (France) Translittération en latin (App settings) - fr_CA (Canada) Translittération vers l\'alphabet latin (App settings)
Jean-BaptisteC commented 2022-10-12 22:05:14 +00:00 (Migrated from github.com)
Review

Examples:

es (Spain)
Transliteración al latín (App settings)

es_MX (Mexico)
Transliteración al alfabeto latino (App settings)
Examples: es (Spain) Transliteración al latín (App settings) es_MX (Mexico) Transliteración al alfabeto latino (App settings)
Review

nit: new line

nit: new line
Jean-BaptisteC commented 2022-10-13 10:04:49 +00:00 (Migrated from github.com)
Review

zh-Hans

zh-Hant

zh-Hans <img src="https://user-images.githubusercontent.com/87148630/195567788-6a039942-ab40-4cce-8516-395936283998.png" height="500"/> zh-Hant <img src="https://user-images.githubusercontent.com/87148630/195567911-36f497fb-1805-4ba7-9e57-2424da542700.png" height="500"/>
biodranik commented 2022-10-13 12:53:50 +00:00 (Migrated from github.com)
Review
</locale-config>

```suggestion </locale-config> ```