Plater-Nameplates icon indicating copy to clipboard operation
Plater-Nameplates copied to clipboard

WIP - DO NOT MERGE - [#110] - Feature: Add blank translation strings for DE, ES, FR, IT, KR, BR, RU, CN, and TW.

Open Tensounder54 opened this issue 1 year ago • 3 comments

WIP - DO NOT MERGE

Why

Issue #110

What

  • Adds translation variables for many strings that are not currently localiseable.
  • Fixes some spelling/grammar/formatting issues in the enUS localisation file.

Related issues:

None

Notes:

Replacement of populated strings with blank strings done using the following RegEx: (?<!L\[|[local=])"[^\]].+["|\|](?!\)|lua_additive_table)

Replacement of populated multiline strings with blank multiline strings done using the following RegEx: (?<=\[=\[)([^=]|\n)+

Tensounder54 avatar Jul 29 '23 21:07 Tensounder54

Further work needed. Marking as do not merge.

Tensounder54 avatar Jul 29 '23 22:07 Tensounder54

Removed incorrect file changes and re-added the spelling/grammar/formatting fixes in the enUS localisation file.

Tensounder54 avatar Jul 29 '23 22:07 Tensounder54

Those pseudo locales won't work within the locale system. They need to be added as full locale strings and need to be used properly in the places where they should be referenced, as they are concatenated now.

The files need to stay in the exact format to work with the CF locale system.

cont1nuity avatar Jul 30 '23 06:07 cont1nuity