instructure / canvas-lms

The open LMS by Instructure, Inc.
https://github.com/instructure/canvas-lms/wiki
GNU Affero General Public License v3.0
5.66k stars 2.5k forks source link

Fix minor issues with locales.yml #2032

Closed KiwiBird97 closed 2 years ago

KiwiBird97 commented 2 years ago

Here are the fixes that I am proposing. Note that these are only minor changes so that we don’t want to break any critical functionality in Canvas.

  1. es_ES exists twice. Because of this, I looked up some strings on the Internet to determine which one is Castilian Spanish and which one is Latin American Spanish. The phrase “a las” is used for time phrases in Castilian Spanish (commonly known as Spanish (Spain)), so we left Español (España) untouched and changed the other from Español to Español (Latinoamérica). (The bigeasy_locale is unchanged to avoid breaking critical functionality.)
  2. English (United Kingdom) and English (US) do not appear to be in line. I chose English (US) to be replaced with English (United States).
  3. Some languages are misspelled or not capitalized. We fixed them just as they appeared in the language menu of smartphones and tablets (placed in the following order: Latin, Cyrillic, right-to-left, languages, Indian, and East Asian). The variant is shown in parentheses only if a language has two or more regions/variants, just like in many mobile operating systems.
CLAassistant commented 2 years ago

CLA assistant check
All committers have signed the CLA.

wutao007 commented 2 years ago

Initialization asset reported wrong, is it the code you submitted?