diff options
Diffstat (limited to 'game/tl/de/common.rpy')
-rw-r--r-- | game/tl/de/common.rpy | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/game/tl/de/common.rpy b/game/tl/de/common.rpy index 2849381..8f240a9 100644 --- a/game/tl/de/common.rpy +++ b/game/tl/de/common.rpy @@ -978,3 +978,23 @@ translate de strings: old "Copies the errors.txt file to the clipboard as Markdown for Discord." new "Copies the errors.txt file to the clipboard as Markdown for Discord." +# TODO: Translation updated at 2023-07-08 18:32 + +translate de strings: + + # renpy/common/00accessibility.rpy:180 + old "High Contrast Text" + new "High Contrast Text" + + # renpy/common/00preferences.rpy:487 + old "renderer menu" + new "renderer menu" + + # renpy/common/00preferences.rpy:490 + old "accessibility menu" + new "accessibility menu" + + # renpy/common/00preferences.rpy:493 + old "high contrast text" + new "high contrast text" + |