Skip to content

Draft: [Infra] Integrate with KDE Localization Workflow

Apollo Zhu requested to merge work/localization/setup into master

Changelog

  • Introduced xliff2po.py and po2xliff.py for converting between XLIFF (format that Xcode uses) and po/pot (format that the translation team uses)
  • Added StaticMessages.sh for exporting and importing translations
    • requires xcodebuild to be present and working -- so Scripty probably needs to run on macOS

Future Directions

Alternatives Considered

xliff2po/po2xliff

gettext instead of Text/NSLocalizedString

Edited by Apollo Zhu

Merge request reports