Skip to content

Commit

Permalink
Fix missing spanish locale
Browse files Browse the repository at this point in the history
  • Loading branch information
OlegWock committed Sep 16, 2023
1 parent a315979 commit 3aea81e
Show file tree
Hide file tree
Showing 5 changed files with 38 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Anori",
"description": "Customizable new tab: compose your own page from widgets",
"version": "1.14.0",
"version": "1.14.1",
"repository": "git@github.com:OlegWock/anori.git",
"author": "OlegWock",
"license": "AGPL-3.0",
Expand Down
18 changes: 18 additions & 0 deletions safari-app/anori/Shared (App)/Resources/locales/es.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"translation": {
"onboarding": {
"start": {
"title": "Bienvenido a Anori!"
}
},
"safari": {
"onboarding": {
"iosMacP1": "Para empezar a usar Anori necesitas habilitarla en la configuración de Safari.",
"macButton": "Salir y abrir las Preferencias de Extensiones de Zafari…",
"iosP2": "Sabemos que el proceso es un poco tedioso, pero sea paciente con nosotros.",
"iosP3": "Primero, necesitas habilitar la extensión (1) y luego cambiar tu nueva pestaña a Anori (2). Aquí hay una foto, así no te perderás en las configuraciones de Zafari :)",
"iosButton": "Abrir la Configuración de Extensiones de Safari"
}
}
}
}
8 changes: 7 additions & 1 deletion safari-app/anori/Shared (App)/Resources/locales/th.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,13 @@
}
},
"safari": {
"onboarding": {}
"onboarding": {
"iosMacP1": "สำหรับการเริ่มใช้งาน Anori คุณต้องเปิดใช้งานในการตั่งค่าของ Safari",
"macButton": "ออกและเปิดการตั่งค่าส่วนเสริม Safari",
"iosP2": "เรารู้ว่ากระบวนการค่อนข้างน่าเบื่อ แต่ก็อดทนนกับเราหน่อยนะ",
"iosP3": "ขั้นแรก คุณจะต้องเปิดใช้งานส่วนขยาย (1) จากนั้นเปลี่ยนหน้าแท็บใหม่เป็น Anori (2) นี่คือรูปภาพ ดังนั้นคุณจะไม่หลงทางในป่าของการตั้งค่า Safari :)",
"iosButton": "เปิดการตั่งค่าส่วนเสริมของ Safari"
}
}
}
}
11 changes: 11 additions & 0 deletions src/_locales/es/messages.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"appName": {
"message": "Anori: nueva pestaña productiva"
},
"appDescription": {
"message": "Nueva pestaña personalizable: forma tu propia página a partir de widgets"
},
"appActionTitle": {
"message": "Abrir nueva pestaña de Anori"
}
}
2 changes: 1 addition & 1 deletion translations-manager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,6 @@ const main = async () => {

const DEFAULT_LANGUAGE = 'en';
const TRANSLATIONS_FOLDER = join(__dirname, 'src/translations');
const FINISHED_TRANSLATIONS = ['en', 'uk', 'it', 'de', 'fr', 'th', 'zh-cn', 'ru'];
const FINISHED_TRANSLATIONS = ['en', 'uk', 'it', 'de', 'fr', 'es', 'th', 'zh-cn', 'ru'];

main();

0 comments on commit 3aea81e

Please sign in to comment.