fix(i18n): remove BOM from locale files
All checks were successful
Build and Release / Create Release (push) Successful in 0s
Build and Release / Integration Tests (PostgreSQL) (push) Successful in 4m7s
Build and Release / Unit Tests (push) Successful in 4m38s
Build and Release / Lint (push) Successful in 6m35s
Build and Release / Build Binaries (amd64, darwin, macos) (push) Successful in 3m59s
Build and Release / Build Binaries (amd64, linux, linux-latest) (push) Successful in 4m55s
Build and Release / Build Binaries (amd64, windows, windows-latest) (push) Successful in 9h5m19s
Build and Release / Build Binaries (arm64, darwin, macos) (push) Successful in 3m58s
Build and Release / Build Binary (linux/arm64) (push) Successful in 7m32s
All checks were successful
Build and Release / Create Release (push) Successful in 0s
Build and Release / Integration Tests (PostgreSQL) (push) Successful in 4m7s
Build and Release / Unit Tests (push) Successful in 4m38s
Build and Release / Lint (push) Successful in 6m35s
Build and Release / Build Binaries (amd64, darwin, macos) (push) Successful in 3m59s
Build and Release / Build Binaries (amd64, linux, linux-latest) (push) Successful in 4m55s
Build and Release / Build Binaries (amd64, windows, windows-latest) (push) Successful in 9h5m19s
Build and Release / Build Binaries (arm64, darwin, macos) (push) Successful in 3m58s
Build and Release / Build Binary (linux/arm64) (push) Successful in 7m32s
Remove UTF-8 BOM (byte order mark) from 14 locale JSON files. The BOM character (U+FEFF) at the start of files can cause parsing issues in some JSON parsers and is not needed for UTF-8 files. Affects ko-KR, lv-LV, nl-NL, pl-PL, pt-BR, pt-PT, ru-RU, si-LK, sk-SK, sv-SE, tr-TR, uk-UA, zh-CN, zh-TW.
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
{
|
{
|
||||||
"home_title": "홈",
|
"home_title": "홈",
|
||||||
"dashboard": "대시보드",
|
"dashboard": "대시보드",
|
||||||
"explore_title": "íƒìƒ‰",
|
"explore_title": "íƒìƒ‰",
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
{
|
{
|
||||||
"home_title": "SÄkums",
|
"home_title": "SÄkums",
|
||||||
"dashboard": "Infopanelis",
|
"dashboard": "Infopanelis",
|
||||||
"explore_title": "Izpētīt",
|
"explore_title": "Izpētīt",
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
{
|
{
|
||||||
"home_title": "Beginscherm",
|
"home_title": "Beginscherm",
|
||||||
"dashboard": "Overzicht",
|
"dashboard": "Overzicht",
|
||||||
"explore_title": "Verkennen",
|
"explore_title": "Verkennen",
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
{
|
{
|
||||||
"home_title": "Strona główna",
|
"home_title": "Strona główna",
|
||||||
"dashboard": "Pulpit",
|
"dashboard": "Pulpit",
|
||||||
"explore_title": "Odkrywaj",
|
"explore_title": "Odkrywaj",
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
{
|
{
|
||||||
"home_title": "Inicio",
|
"home_title": "Inicio",
|
||||||
"dashboard": "Painel",
|
"dashboard": "Painel",
|
||||||
"explore_title": "Explorar",
|
"explore_title": "Explorar",
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
{
|
{
|
||||||
"home_title": "Página inicial",
|
"home_title": "Página inicial",
|
||||||
"dashboard": "Painel de controlo",
|
"dashboard": "Painel de controlo",
|
||||||
"explore_title": "Explorar",
|
"explore_title": "Explorar",
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
{
|
{
|
||||||
"home_title": "ГлавнаÑ",
|
"home_title": "ГлавнаÑ",
|
||||||
"dashboard": "Панель управлениÑ",
|
"dashboard": "Панель управлениÑ",
|
||||||
"explore_title": "Обзор",
|
"explore_title": "Обзор",
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
{
|
{
|
||||||
"home_title": "මුල් පිටුව",
|
"home_title": "මුල් පිටුව",
|
||||||
"dashboard": "උපකරණ පුවරුව",
|
"dashboard": "උපකරණ පුවරුව",
|
||||||
"explore_title": "ගවේෂණය",
|
"explore_title": "ගවේෂණය",
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
{
|
{
|
||||||
"home_title": "Domov",
|
"home_title": "Domov",
|
||||||
"dashboard": "Nástenka",
|
"dashboard": "Nástenka",
|
||||||
"explore_title": "Preskúmať",
|
"explore_title": "Preskúmať",
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
{
|
{
|
||||||
"home_title": "Startsida",
|
"home_title": "Startsida",
|
||||||
"dashboard": "Instrumentpanel",
|
"dashboard": "Instrumentpanel",
|
||||||
"explore_title": "Utforska",
|
"explore_title": "Utforska",
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
{
|
{
|
||||||
"home_title": "Ana Sayfa",
|
"home_title": "Ana Sayfa",
|
||||||
"dashboard": "Pano",
|
"dashboard": "Pano",
|
||||||
"explore_title": "KeÅŸfet",
|
"explore_title": "KeÅŸfet",
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
{
|
{
|
||||||
"home_title": "Головна",
|
"home_title": "Головна",
|
||||||
"dashboard": "Панель управліннÑ",
|
"dashboard": "Панель управліннÑ",
|
||||||
"explore_title": "ОглÑд",
|
"explore_title": "ОглÑд",
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
{
|
{
|
||||||
"home_title": "首页",
|
"home_title": "首页",
|
||||||
"dashboard": "首页",
|
"dashboard": "首页",
|
||||||
"explore_title": "探索",
|
"explore_title": "探索",
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
{
|
{
|
||||||
"home_title": "首é ",
|
"home_title": "首é ",
|
||||||
"dashboard": "資訊主é ",
|
"dashboard": "資訊主é ",
|
||||||
"explore_title": "探索",
|
"explore_title": "探索",
|
||||||
|
|||||||
Reference in New Issue
Block a user