This commit is contained in:
2019-01-17 18:28:52 +00:00
parent b7a07176cc
commit 3add6dc16f
2 changed files with 22 additions and 3 deletions

View File

@@ -20,6 +20,9 @@ SERVER
- Resource localization edit all Custom field locale keys for all langauges and change to be 1 to 16 (remove 0 and add 6 more)
- So, for example ClientCustom0 becomes ClientCustom1 and make sure the display values are identical as right now there are "My Custom0" and "Custom Field 8" in the same bunch
- Copy from WidgetCustom1 to 16 if necessary or for reference
- Fixup the imported local customs too
- Importv7Locale: add code to fixup the imported locale with any keys it's missing from the stock english resource key set on import
- Resource localization edit wherever possible to change "Common*" such as "CommonActive" to remove the "common" part wherever possible.
- Also check if used anywhere in client or at server and rename there too