hbb20 / hbb20/CountryCodePickerProject
Using Java's own Locale data for region names
- 主要言語
- Java
- スター
- 1.5k
- フォーク
- 509
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
Instead of having to duplicate and manually translate the region names and data with the raw xml files, Java's build-in Locale data could probably be used.
Current we are using a following trick to generate a list of localized country names for the user to select from:
// Code in Kotlin
```
Locale
.getISOCountries() // Fetch list of ISO 3166 country codes
.map { // Create a new Locale in users default language, but set country to X
it to Locale("", it).displayCountry // then extract the localized name of the country.
}
.toMap() // Turn into Map with ISO 3166 key and Localised country name as value
```
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
調査の方向性
The issue mentions the raw XML files and the Kotlin Locale.getISOCountries().displayCountry flow, but no repository files or tests. Locate the current region-name data and generation entry point, then compare them with Java Locale behavior. Done means the agreed data source is selected and the country-name generation is updated with verification for the existing use case.
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- android, java, kotlin
- 領域
- internationalization, mobile
- issue の種類
- リファクタリング
- 難易度
- 4/5
- 見積もり時間
- 3〜5日
- 活発さ
- 停滞
- 明瞭さ
- 説明が足りない
- 初心者へのやさしさ
- 35/100