From 072242704d018ab892991beea80dc412c858a36c Mon Sep 17 00:00:00 2001 From: Zack Spear Date: Fri, 29 Dec 2023 12:22:26 -0500 Subject: [PATCH] chore: translations note --- .../plugins/dynamix.my.servers/include/translations.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugin/source/dynamix.unraid.net/usr/local/emhttp/plugins/dynamix.my.servers/include/translations.php b/plugin/source/dynamix.unraid.net/usr/local/emhttp/plugins/dynamix.my.servers/include/translations.php index 5652e41f3..26e78b541 100644 --- a/plugin/source/dynamix.unraid.net/usr/local/emhttp/plugins/dynamix.my.servers/include/translations.php +++ b/plugin/source/dynamix.unraid.net/usr/local/emhttp/plugins/dynamix.my.servers/include/translations.php @@ -25,8 +25,8 @@ * 3a. This is done so that the translation is available to the rest of the Unraid webgui. * 3b. Unfortunately there are numerous "special characters" that aren't allowed in Unraid's translation keys as they're automatically stripped out. * 3c. This means that we have to create a new translation key that is a "safe" version of the translation key used in the web components. - * 3d. Special characters that are not allowed are: . ( ) { } [ ] ; ' " < > * / - * 3e. There are likely more but I'm unable to find the documentation PDF. Go figure. + * 3d. Special characters that are not allowed are: ? { } | & ~ ! [ ] ( ) / : * ^ . " ' + * 3e. There are likely more but I'm unable to find the documentation PDF - updated list of invalid characters above as mentioned in the language guide document. * * Usage example: * ```