Skip to content

Commit

Permalink
added another translation fix to 0143-WebUI-Fix-Translation WebUI pat…
Browse files Browse the repository at this point in the history
…ch to add missing translations for PRESS_LONG_START/PRESS_LONG_RELEASE (#2222)
  • Loading branch information
Baxxy13 authored Feb 18, 2023
1 parent 6ca2fa5 commit b802d61
Show file tree
Hide file tree
Showing 3 changed files with 4,236 additions and 0 deletions.
12 changes: 12 additions & 0 deletions buildroot-external/patches/occu/0143-WebUI-Fix-Translation.patch
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,18 @@
append html "</div>"
append html "</div>"
return $html
--- occu/WebUI/www/config/stringtable_de.txt.orig
+++ occu/WebUI/www/config/stringtable_de.txt
@@ -1396,7 +1396,9 @@
PRESS_LONG ${stringTableKeyPressLong}
PRESS_LONG=TRUE ${stringTableKeyPressLongTrue}
PRESS_LONG_RELEASE ${stringTableKeyPressLongRelease}
+PRESS_LONG_RELEASE=TRUE ${stringTableKeyPressLongRelease}
PRESS_LONG_START ${stringTableKeyPressLongStart}
+PRESS_LONG_START=TRUE ${stringTableKeyPressLongStart}
PRESS_SHORT ${stringTableKeyPressShort}
PRESS_SHORT=TRUE ${stringTableKeyPressShortTrue}
PROCESS=NOT_STABLE ${stringTableProcessNotStableGeneric}
--- occu/WebUI/www/webui/js/lang/de/translate.lang.extension.js.orig
+++ occu/WebUI/www/webui/js/lang/de/translate.lang.extension.js
@@ -77,7 +77,7 @@
Expand Down
Loading

0 comments on commit b802d61

Please sign in to comment.