damus icon indicating copy to clipboard operation
damus copied to clipboard

Fix localization issues

Open tyiu opened this issue 2 years ago • 0 comments

Fixed a whole bunch of issues, including:

  • Pluralization XLIFF format not being respected by Xcode, which results in languages with multiple pluralization rules being broken when translating in Transifex. Avoiding XLIFF altogether.
  • Deprecate XLIFF translation import script. Moving away from XLIFF in favor of strings and stringsdict files.
  • Translators will now have full context for some of the strings, instead of context being broken up
  • Removed strings that are not supposed to be translated from export
  • Add missing comments to strings
  • Removed translation instructions from README, but will re-add with updated instructions once CI is added

tyiu avatar Feb 19 '23 17:02 tyiu