Merge branch 'dev' into master

This commit is contained in:
Mike Cao 2023-04-19 17:06:46 -07:00 committed by GitHub
commit afde1377dc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
593 changed files with 44478 additions and 31613 deletions

View file

@ -1,7 +1,7 @@
import {
arSA,
bn,
be,
bn,
cs,
sk,
da,
@ -15,7 +15,6 @@ import {
faIR,
he,
hi,
hr,
id,
it,
ja,
@ -42,7 +41,6 @@ import {
ca,
hu,
vi,
si,
} from 'date-fns/locale';
export const languages = {
@ -75,8 +73,8 @@ export const languages = {
'lt-LT': { label: 'Lietuvių', dateLocale: lt },
'mn-MN': { label: 'Монгол', dateLocale: mn },
'ms-MY': { label: 'Malay', dateLocale: ms },
'nb-NO': { label: 'Norsk Bokmål', dateLocale: nb },
'nl-NL': { label: 'Nederlands', dateLocale: nl },
'nb-NO': { label: 'Norsk Bokmål', dateLocale: nb },
'pl-PL': { label: 'Polski', dateLocale: pl },
'pt-BR': { label: 'Português do Brasil', dateLocale: ptBR },
'pt-PT': { label: 'Português', dateLocale: pt },
@ -86,6 +84,7 @@ export const languages = {
'sk-SK': { label: 'Slovenčina', dateLocale: sk },
'sl-SI': { label: 'Slovenščina', dateLocale: sl },
'sv-SE': { label: 'Svenska', dateLocale: sv },
'de-CH': { label: 'Schwiizerdütsch', dateLocale: de },
'ta-IN': { label: 'தமிழ்', dateLocale: ta },
'th-TH': { label: 'ภาษาไทย', dateLocale: th },
'tr-TR': { label: 'Türkçe', dateLocale: tr },