chore: set correct translation for ui tests
Co-authored-by: Raffael Meyer <14891507+barredterra@users.noreply.github.com>
This commit is contained in:
parent
608e8d7b46
commit
2aa140d4c3
1 changed files with 2 additions and 2 deletions
|
|
@ -348,7 +348,7 @@ def insert_translations():
|
|||
"doctype": "Translation",
|
||||
"language": "de",
|
||||
"source_text": "Genderqueer",
|
||||
"translated_text": "Geschlechtsspezifisch",
|
||||
"translated_text": "Nichtbinär",
|
||||
},
|
||||
{
|
||||
"doctype": "Translation",
|
||||
|
|
@ -360,7 +360,7 @@ def insert_translations():
|
|||
"doctype": "Translation",
|
||||
"language": "de",
|
||||
"source_text": "Prefer not to say",
|
||||
"translated_text": "Mache lieber keine Angabe",
|
||||
"translated_text": "Keine Angabe",
|
||||
},
|
||||
]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue