mirror of
https://github.com/umami-software/umami.git
synced 2026-02-04 04:37:11 +01:00
Improve sinhala font and added to language select menu
This commit is contained in:
parent
c40c2e15c3
commit
d199065d3a
4 changed files with 752 additions and 119 deletions
|
|
@ -40,6 +40,7 @@ import {
|
|||
ca,
|
||||
hu,
|
||||
vi,
|
||||
si,
|
||||
} from 'date-fns/locale';
|
||||
|
||||
export const languages = {
|
||||
|
|
@ -82,6 +83,7 @@ export const languages = {
|
|||
'fi-FI': { label: 'Suomi', dateLocale: fi },
|
||||
'sv-SE': { label: 'Svenska', dateLocale: sv },
|
||||
'ta-IN': { label: 'தமிழ்', dateLocale: ta },
|
||||
'si-LK': { label: 'සිංහල', dateLocale: si },
|
||||
'th-TH': { label: 'ภาษาไทย', dateLocale: th },
|
||||
'tr-TR': { label: 'Türkçe', dateLocale: tr },
|
||||
'uk-UA': { label: 'українська', dateLocale: uk },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue