Skip to content

Commit

Permalink
[tui] Add Catalan language support
Browse files Browse the repository at this point in the history
  • Loading branch information
goldyfruit committed Oct 4, 2024
1 parent cd72b41 commit a1610fe
Show file tree
Hide file tree
Showing 15 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion tui/language.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@ fi

# Hash of locales
declare -A locales
locales=(["english"]="en-us" ["french"]="fr-fr" ["german"]="de-de" ["italian"]="it-it" ["spanish"]="es-es" ["dutch"]="nl-nl" ["portuguese"]="pt-pt" ["hindi"]="hi-in")
locales=(["english"]="en-us" ["french"]="fr-fr" ["german"]="de-de" ["italian"]="it-it" ["spanish"]="es-es" ["dutch"]="nl-nl" ["portuguese"]="pt-pt" ["hindi"]="hi-in" ["catalan"]="ca-es")
export LOCALE="${locales[$language]}"
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit a1610fe

Please sign in to comment.