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:
jtagcat
2021-09-07 11:38:12 +03:00
parent ec8c1cad31
commit 2c3880a326
3 changed files with 119 additions and 0 deletions

View File

@@ -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({