mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-08-21 07:37:38 +08:00
Added Estonian.
- "Avg.": using ≈, as it's commonly enough known. There is no known shorthand for 'average' that I know of. - Leaved some strings empty, as repeating the same words is useless, just noise.
This commit is contained in:
@@ -38,6 +38,7 @@ import koKR from "./languages/ko-KR";
|
||||
import ruRU from "./languages/ru-RU";
|
||||
import zhCN from "./languages/zh-CN";
|
||||
import pl from "./languages/pl"
|
||||
import etEE from "./languages/et-EE"
|
||||
|
||||
const routes = [
|
||||
{
|
||||
@@ -116,6 +117,7 @@ const languageList = {
|
||||
"ru-RU": ruRU,
|
||||
"zh-CN": zhCN,
|
||||
"pl": pl,
|
||||
"et-EE": etEE,
|
||||
};
|
||||
|
||||
const i18n = createI18n({
|
||||
|
Reference in New Issue
Block a user