diff --git a/stacer/Pages/Search/search_page.ui b/stacer/Pages/Search/search_page.ui
index 1fc47589..39bd3c81 100644
--- a/stacer/Pages/Search/search_page.ui
+++ b/stacer/Pages/Search/search_page.ui
@@ -29,33 +29,53 @@
10
- -
-
-
-
+
-
+
+
+ Qt::NoFocus
-
- Qt::AlignCenter
+
+ QFrame::NoFrame
-
-
- -
-
-
- 0
+
+ QFrame::Sunken
-
-
+
+ QAbstractScrollArea::AdjustToContents
-
- Qt::PlainText
+
+ QAbstractItemView::NoEditTriggers
-
+
+ QAbstractItemView::ExtendedSelection
+
+
+ QAbstractItemView::SelectRows
+
+
+ Qt::ElideMiddle
+
+
+ Qt::SolidLine
+
+
true
- false
+ true
+
+
+ true
+
+ false
+
+
+ true
+
+
+ false
+
-
@@ -141,53 +161,14 @@
- -
-
-
- Qt::NoFocus
-
-
- QFrame::NoFrame
-
-
- QFrame::Sunken
-
-
- QAbstractScrollArea::AdjustToContents
-
-
- QAbstractItemView::NoEditTriggers
-
-
- QAbstractItemView::ExtendedSelection
-
-
- QAbstractItemView::SelectRows
-
-
- Qt::ElideMiddle
-
-
- Qt::SolidLine
-
-
- true
-
-
- true
+
-
+
+
+
-
- true
+
+ Qt::AlignCenter
-
- false
-
-
- true
-
-
- false
-
-
@@ -678,6 +659,47 @@
+ -
+
+
+ 0
+
+
+
+
+
+ Qt::PlainText
+
+
+ true
+
+
+ false
+
+
+
+ -
+
+
+ color: rgb(252, 175, 62);
+
+
+ 0
+
+
+ BETA version
+
+
+ Qt::PlainText
+
+
+ true
+
+
+ false
+
+
+
diff --git a/stacer/stacer.pro b/stacer/stacer.pro
index 4b22321a..fda1ba6d 100755
--- a/stacer/stacer.pro
+++ b/stacer/stacer.pro
@@ -121,20 +121,26 @@ FORMS += \
TRANSLATIONS += \
../translations/stacer_ar.ts \
+ ../translations/stacer_ca-es.ts \
../translations/stacer_de.ts \
../translations/stacer_en.ts \
- ../translations/stacer_ca-es.ts \
../translations/stacer_es.ts \
../translations/stacer_fr.ts \
- ../translations/stacer_hi.ts \
+ ../translations/stacer_hi.ts \
+ ../translations/stacer_it.ts \
../translations/stacer_kn.ts \
+ ../translations/stacer_ml.ts \
+ ../translations/stacer_nl.ts \
../translations/stacer_oc.ts \
../translations/stacer_pl.ts \
../translations/stacer_pt.ts \
../translations/stacer_ru.ts \
../translations/stacer_sv.ts \
../translations/stacer_tr.ts \
- ../translations/stacer_zh-cn.ts
+ ../translations/stacer_ua.ts \
+ ../translations/stacer_vn.ts \
+ ../translations/stacer_zh-cn.ts \
+ ../translations/stacer_zh-tw.ts
RESOURCES += \
static.qrc
diff --git a/stacer/static/languages.json b/stacer/static/languages.json
index 7828c7b8..1c2f570c 100644
--- a/stacer/static/languages.json
+++ b/stacer/static/languages.json
@@ -1,21 +1,23 @@
[
{"value" : "ar", "text": "العربية"},
+ {"value" : "ca-es", "text": "Català"},
{"value" : "de", "text": "Deutsch"},
- {"value" : "en", "text": "English"},
- {"value" : "ca-es", "text": "Català"},
+ {"value" : "en", "text": "English"},
{"value" : "es", "text": "Español"},
{"value" : "fr", "text": "Français"},
- {"value" : "hi", "text": "हिंदी"},
+ {"value" : "hi", "text": "हिंदी"},
+ {"value" : "it", "text": "Italiano"},
{"value" : "kn", "text": "ಕನ್ನಡ"},
{"value" : "ml", "text": "മലയാളം"},
+ {"value" : "nl", "text": "Nederlands"},
{"value" : "oc", "text": "Occitan"},
{"value" : "pl", "text": "Polski"},
{"value" : "pt", "text": "Português - Brasil"},
{"value" : "ru", "text": "Русский"},
{"value" : "sv", "text": "Svenska"},
{"value" : "tr", "text": "Türkçe"},
- {"value" : "uk", "text": "Українська"},
- {"value" : "vi", "text": "Tiếng việt"},
+ {"value" : "ua", "text": "Українська"},
+ {"value" : "vn", "text": "Tiếng việt"},
{"value" : "zh-cn", "text": "简体中文"},
{"value" : "zh-tw", "text": "正體中文"}
]
diff --git a/translations/stacer_uk.ts b/translations/stacer_ua.ts
similarity index 100%
rename from translations/stacer_uk.ts
rename to translations/stacer_ua.ts
diff --git a/translations/stacer_vi.ts b/translations/stacer_vn.ts
similarity index 100%
rename from translations/stacer_vi.ts
rename to translations/stacer_vn.ts