2
0

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

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:
2026-03-17 09:01:01 -04:00
parent 12341079e1
commit d02f25c0ba
14 changed files with 14 additions and 14 deletions

View File

@@ -1,4 +1,4 @@
{ {
"home_title": "홈", "home_title": "홈",
"dashboard": "대시보드", "dashboard": "대시보드",
"explore_title": "탐색", "explore_title": "탐색",

View File

@@ -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",

View File

@@ -1,4 +1,4 @@
{ {
"home_title": "Beginscherm", "home_title": "Beginscherm",
"dashboard": "Overzicht", "dashboard": "Overzicht",
"explore_title": "Verkennen", "explore_title": "Verkennen",

View File

@@ -1,4 +1,4 @@
{ {
"home_title": "Strona gÅówna", "home_title": "Strona gÅówna",
"dashboard": "Pulpit", "dashboard": "Pulpit",
"explore_title": "Odkrywaj", "explore_title": "Odkrywaj",

View File

@@ -1,4 +1,4 @@
{ {
"home_title": "Inicio", "home_title": "Inicio",
"dashboard": "Painel", "dashboard": "Painel",
"explore_title": "Explorar", "explore_title": "Explorar",

View File

@@ -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",

View File

@@ -1,4 +1,4 @@
{ {
"home_title": "Главная", "home_title": "Главная",
"dashboard": "Панель управления", "dashboard": "Панель управления",
"explore_title": "Обзор", "explore_title": "Обзор",

View File

@@ -1,4 +1,4 @@
{ {
"home_title": "මුල් පිටුව", "home_title": "මුල් පිටුව",
"dashboard": "උපකරණ පුවරුව", "dashboard": "උපකරණ පුවරුව",
"explore_title": "ගවේෂණය", "explore_title": "ගවේෂණය",

View File

@@ -1,4 +1,4 @@
{ {
"home_title": "Domov", "home_title": "Domov",
"dashboard": "Nástenka", "dashboard": "Nástenka",
"explore_title": "Preskúmať", "explore_title": "Preskúmať",

View File

@@ -1,4 +1,4 @@
{ {
"home_title": "Startsida", "home_title": "Startsida",
"dashboard": "Instrumentpanel", "dashboard": "Instrumentpanel",
"explore_title": "Utforska", "explore_title": "Utforska",

View File

@@ -1,4 +1,4 @@
{ {
"home_title": "Ana Sayfa", "home_title": "Ana Sayfa",
"dashboard": "Pano", "dashboard": "Pano",
"explore_title": "KeÅŸfet", "explore_title": "KeÅŸfet",

View File

@@ -1,4 +1,4 @@
{ {
"home_title": "Головна", "home_title": "Головна",
"dashboard": "Панель управління", "dashboard": "Панель управління",
"explore_title": "Огляд", "explore_title": "Огляд",

View File

@@ -1,4 +1,4 @@
{ {
"home_title": "首页", "home_title": "首页",
"dashboard": "首页", "dashboard": "首页",
"explore_title": "探索", "explore_title": "探索",

View File

@@ -1,4 +1,4 @@
{ {
"home_title": "首頁", "home_title": "首頁",
"dashboard": "資訊主頁", "dashboard": "資訊主頁",
"explore_title": "探索", "explore_title": "探索",