fix(i18n): Correct German column count label rendering (#2131)
This commit is contained in:
parent
b16f1e5a55
commit
9943e104a5
1 changed files with 1 additions and 1 deletions
|
|
@ -391,7 +391,7 @@
|
|||
"Write anything. Enter \"/\" for commands": "Schreiben Sie etwas. Geben Sie \"/\" für Befehle ein",
|
||||
"Write...": "\"Schreiben...\"",
|
||||
"Column count": "Spaltenanzahl",
|
||||
"{{count}} Columns": "{count, plural, one {# Spalte} other {# Spalten}}",
|
||||
"{{count}} Columns": "{{count}} Spalten",
|
||||
"Equal columns": "Gleich breite Spalten",
|
||||
"Left sidebar": "Linke Seitenleiste",
|
||||
"Right sidebar": "Rechte Seitenleiste",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue