wgui: basic i18n support, refactoring: use LayoutState, translation framework (LLM-based generator)

This commit is contained in:
Aleksander
2025-08-02 23:31:23 +02:00
parent 4e46c45bcf
commit eaa81450b5
45 changed files with 916 additions and 223 deletions

View File

@@ -0,0 +1,9 @@
{
"BAR": {
"OPACITY": "Undurchsichtigkeit",
"ADDITIVE": "Additiv"
},
"TESTBED": {
"HELLO_WORLD": "Hallo, Welt! Dies ist ein übersetzter I18n-Text."
}
}

View File

@@ -0,0 +1,9 @@
{
"BAR": {
"OPACITY": "Opacity",
"ADDITIVE": "Additive"
},
"TESTBED": {
"HELLO_WORLD": "Hello, world! This is a translated I18n text."
}
}

View File

@@ -0,0 +1,9 @@
{
"BAR": {
"OPACITY": "Opacidad",
"ADDITIVE": "Aditivo"
},
"TESTBED": {
"HELLO_WORLD": "¡Hola, mundo! Este es un texto traducido de I18n."
}
}

View File

@@ -0,0 +1,9 @@
{
"BAR": {
"OPACITY": "不透明度",
"ADDITIVE": "加法"
},
"TESTBED": {
"HELLO_WORLD": "こんにちは、世界これは翻訳されたI18nテキストです。"
}
}

View File

@@ -0,0 +1,9 @@
{
"BAR": {
"OPACITY": "Przezroczystość",
"ADDITIVE": "Addytywny"
},
"TESTBED": {
"HELLO_WORLD": "Witaj, świecie! To przetłumaczony tekst I18n."
}
}