From 0d956b407128fe70998b32a320d30b5e88599f90 Mon Sep 17 00:00:00 2001 From: Quincy Morgan <2046746+quincylvania@users.noreply.github.com> Date: Tue, 15 Sep 2020 18:05:17 -0400 Subject: [PATCH 1/2] Update ACCESSIBILITY.md --- ACCESSIBILITY.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ACCESSIBILITY.md b/ACCESSIBILITY.md index d6af1431a..3b8435375 100644 --- a/ACCESSIBILITY.md +++ b/ACCESSIBILITY.md @@ -163,8 +163,8 @@ for more info. | | Multilingual Feature | Notes | Issues | |---|---|---|---| | ✅ | Browser language preference | iD tries to use the language set in the browser | -| ❌ | Base language fallback | E.g. if `pt_BR` is incomplete, `pt` should be tried before `en` | -| ❌ | Custom fallback language | If the preferred language is incomplete, a user-specified one should be tried before `en` (e.g. `kk` → `ru`) | +| ✅ | Base language fallback | E.g. if `pt_BR` is incomplete, `pt` should be tried before `en` | +| ✅ | Custom fallback languages | If the preferred language is incomplete, user-specified ones should be tried before `en` (e.g. `kk` → `ru`) | | ❌ | [`lang` HTML attributes](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/lang) | Helps with text-to-speech, text formatting, and auto-transliteration, particularly when iD mixes strings from different languages | [#7963](https://github.com/openstreetmap/iD/issues/7963) | ✅ | Locale URL parameters | `locale` and `rtl` can be used to manually set iD's locale preferences. See the [API](API.md#url-parameters) | | ❌ | Language selection in UI | The mapper should be able to view and change iD's language in the interface at any time. Useful for public computers with fixed browser languages | [#3120](https://github.com/openstreetmap/iD/issues/3120) | From e5a20dfd3362f11b5e1ee792510d3f33a23ff856 Mon Sep 17 00:00:00 2001 From: Quincy Morgan <2046746+quincylvania@users.noreply.github.com> Date: Tue, 15 Sep 2020 18:06:03 -0400 Subject: [PATCH 2/2] Update ACCESSIBILITY.md --- ACCESSIBILITY.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ACCESSIBILITY.md b/ACCESSIBILITY.md index 3b8435375..8182f52b2 100644 --- a/ACCESSIBILITY.md +++ b/ACCESSIBILITY.md @@ -163,8 +163,8 @@ for more info. | | Multilingual Feature | Notes | Issues | |---|---|---|---| | ✅ | Browser language preference | iD tries to use the language set in the browser | -| ✅ | Base language fallback | E.g. if `pt_BR` is incomplete, `pt` should be tried before `en` | -| ✅ | Custom fallback languages | If the preferred language is incomplete, user-specified ones should be tried before `en` (e.g. `kk` → `ru`) | +| ✅ | Base language fallback | E.g. if `pt_BR` is incomplete, `pt` should be tried before `en` | [#7996](https://github.com/openstreetmap/iD/issues/7996) +| ✅ | Custom fallback languages | If the preferred language is incomplete, user-specified ones should be tried before `en` (e.g. `kk` → `ru`) | [#7996](https://github.com/openstreetmap/iD/issues/7996) | ❌ | [`lang` HTML attributes](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/lang) | Helps with text-to-speech, text formatting, and auto-transliteration, particularly when iD mixes strings from different languages | [#7963](https://github.com/openstreetmap/iD/issues/7963) | ✅ | Locale URL parameters | `locale` and `rtl` can be used to manually set iD's locale preferences. See the [API](API.md#url-parameters) | | ❌ | Language selection in UI | The mapper should be able to view and change iD's language in the interface at any time. Useful for public computers with fixed browser languages | [#3120](https://github.com/openstreetmap/iD/issues/3120) |