Skip to content

Commit

Permalink
Address PR feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
nonprofittechy committed Jul 27, 2023
1 parent fa2bde4 commit 34c2a6a
Showing 1 changed file with 14 additions and 8 deletions.
22 changes: 14 additions & 8 deletions docassemble/AssemblyLine/data/sources/languages.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
# This is a dictionary that contains the native language
# version of a given ISO language code for display in
# the language selection menu.
# It is a limited selection targeted at immigrant populations in the US.
# Please submit a PR if you would like to add a language or a language code.
en:
name: English
native_name: English
es:
name: Spanish
native_name: Español
zh:
name: Chinese
native_name: 中文
fr:
name: French
native_name: Français
Expand Down Expand Up @@ -53,11 +55,15 @@ ht:
name: Haitian Creole
native_name: Kreyòl ayisyen
zh-Hans:
name: Mandarin (Simplified)
native_name: 普通话
name: Chinese (Simplified)
native_name: 简体中文
zh-Hant:
name: Cantonese (Traditional)
native_name: 粵語
name: Chinese (Traditional)
native_name: 繁體中文
# If you have a choice, prefer the more specific Chinese (Simplified) or Chinese (Traditional) codes
zh:
name: Chinese
native_name: 中文
kea:
name: Cape Verdean Creole
native_name: Kriolu
Expand Down Expand Up @@ -138,4 +144,4 @@ kn:
native_name: ಕನ್ನಡ
ml:
name: Malayalam
native_name: മലയാളം
native_name: മലയാളം

0 comments on commit 34c2a6a

Please sign in to comment.