diff options
author | Jesusaves <cpntb1@ymail.com> | 2023-07-08 18:34:49 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2023-07-08 18:34:49 -0300 |
commit | 69e64f9c925dd68a0016f1a54d6500ffb3886f69 (patch) | |
tree | be44206944d75be404e51a9e81565adb3c6a8f40 /game/tl/de/common.rpy | |
parent | 5734a93b8995c42969cc595d892f29c369f84aa0 (diff) | |
download | renpy-69e64f9c925dd68a0016f1a54d6500ffb3886f69.tar.gz renpy-69e64f9c925dd68a0016f1a54d6500ffb3886f69.tar.bz2 renpy-69e64f9c925dd68a0016f1a54d6500ffb3886f69.tar.xz renpy-69e64f9c925dd68a0016f1a54d6500ffb3886f69.zip |
Update translations
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" + |