This commit is contained in:
@@ -2,7 +2,13 @@
|
||||
|
||||
|
||||
REQUIREMENTS
|
||||
- Client does *ALL* localization locally, only exception is the server ops logs
|
||||
- CENTRAL LOCALE EDIT FORM
|
||||
- End user customizes localizations from a central location with a kick ass search and change ability
|
||||
- We will *not* support localization changes form by form as in v7 but only from central location
|
||||
- Faster to code TTM
|
||||
- User doesn't think they are only changing it on one form only
|
||||
- Some forms don't have all the related keys on them (i.e. a list will show "Widgets" even though the edit form never shows that string)
|
||||
- Client handles *ALL* localization presentation locally, only exception is the server ops logs
|
||||
- This saves bandwidth and hassle and leaves presentation to the client where it belongs (was a source of trouble in v7)
|
||||
- Keys are text, human readable and as short as possible
|
||||
- Not numeric ID's for these, strictly textual
|
||||
@@ -70,9 +76,6 @@ Note: still some dupes but...fuck it
|
||||
|
||||
|
||||
|
||||
- TODO: As I code, I will select lt keys as required enter them below
|
||||
|
||||
|
||||
|
||||
- TODO: Some of the keys are new and not translated from English, when all is done and the keys that will be carried forward are determined, check for untranslated ones
|
||||
- Use Google translate to get a rough approximation.
|
||||
@@ -95,11 +98,5 @@ CHANGES:
|
||||
- If the text is changed at the server then a notification should occur for clients using that local to invalidate their cache
|
||||
- Although, that would be a pretty rare event so...maybe not so much, a logout could clear the cache or a login I guess
|
||||
|
||||
***********************************************************************************************************************************
|
||||
|
||||
LOCALIZED TEXT KEYS ACTUALLY USED
|
||||
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
|
||||
This is actually irrelevant now because I'm coding the client to only fetch the exact keys it needs for each form,
|
||||
so there could be thousands of unused keys and it wouldn't matter.
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user