Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
genox committed Jan 26, 2024
1 parent 54991c1 commit ae16f52
Show file tree
Hide file tree
Showing 19 changed files with 787 additions and 81 deletions.
13 changes: 13 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Editor configuration, see http://editorconfig.org
root = true

[*]
charset = utf-8
indent_style = space
indent_size = 2
insert_final_newline = true
trim_trailing_whitespace = true

[*.md]
max_line_length = off
trim_trailing_whitespace = false
9 changes: 8 additions & 1 deletion i18n/de-DE/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,13 @@
"title": "Qwik Speak"
},
"anotherPage": "Ich bin eine andere Seite",
"autoKey_340281dcaf3c85ded6753db069f63aaa55ae4765": "Neue Zeichenketten ohne vorhandene Schlüssel",
"autoKey_b2cb3b66407a5d68319b276d81728b214fdf6967": "Wenn weder Schlüssel noch Trennzeichen in einem t()-Funktionsaufruf erkannt werden, wird der Schlüssel ein Hash der Zeichenkette sein. Dies funktioniert auch mit Pluralen:",
"autoKey_b9ccda55abe2fa88777f3c58e39f0263af4bde4f": {
"one": "{{ value }} {{ color }} Zebra",
"other": "{{ value }} {{ color }} Zebras"
},
"autoKey_f648dec1f7f441010604256438bafe008204b795": "Ein Zebra hinzufügen",
"dates": "Daten & relative Zeit",
"defaultValue": "Ich bin ein Standardwert",
"description": "<em>Internationalisierung (i18n) Bibliothek zum Übersetzen von Texten, Daten und Zahlen in Qwik-Apps</em>",
Expand All @@ -32,4 +39,4 @@
"params": "Parameter",
"plural": "Mehrzahl",
"tags": "Html-Tags"
}
}
7 changes: 7 additions & 0 deletions i18n/en-US/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,13 @@
"title": "Qwik Speak"
},
"anotherPage": "I'm another page",
"autoKey_340281dcaf3c85ded6753db069f63aaa55ae4765": "New strings without existing keys",
"autoKey_b2cb3b66407a5d68319b276d81728b214fdf6967": "If neither key nor separator are detected in a t() function call, the key will be a hash of the string. This also works with plurals:",
"autoKey_b9ccda55abe2fa88777f3c58e39f0263af4bde4f": {
"one": "{{ value }} {{ color }} zebra",
"other": "{{ value }} {{ color }} zebras"
},
"autoKey_f648dec1f7f441010604256438bafe008204b795": "Add a zebra",
"dates": "Dates & relative time",
"defaultValue": "I'm a default value",
"description": "<em>Internationalization (i18n) library to translate texts, dates and numbers in Qwik apps</em>",
Expand Down
9 changes: 8 additions & 1 deletion i18n/it-IT/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,13 @@
"title": "Qwik Speak"
},
"anotherPage": "Sono un'altra pagina",
"autoKey_340281dcaf3c85ded6753db069f63aaa55ae4765": "Nuove stringhe senza chiavi esistenti",
"autoKey_b2cb3b66407a5d68319b276d81728b214fdf6967": "Se in una chiamata alla funzione t() non vengono rilevati né chiave né separatore, la chiave sarà un hash della stringa. Questo funziona anche con i plurali:",
"autoKey_b9ccda55abe2fa88777f3c58e39f0263af4bde4f": {
"one": "{{ valore }}} {{ colore }} zebra",
"other": "{{ valore }} {{ colore }} zebre"
},
"autoKey_f648dec1f7f441010604256438bafe008204b795": "Aggiungi una zebra",
"dates": "Date e tempo relativo",
"defaultValue": "Sono un valore predefinito",
"description": "<em>Libreria di internazionalizzazione (i18n) per tradurre testi, date e numeri nelle app Qwik</em>",
Expand All @@ -32,4 +39,4 @@
"params": "Parametri",
"plural": "Plurale",
"tags": "Tag Html"
}
}
Loading

0 comments on commit ae16f52

Please sign in to comment.