Automattic / Gravatar-SDK-iOS

Gravatar SDK is a Swift library that allows you to integrate Gravatar features into your own iOS applications.
https://gravatar.com
Mozilla Public License 2.0
52 stars 5 forks source link

Add automation for localizations #556

Open andrewdmontgomery opened 2 weeks ago

andrewdmontgomery commented 2 weeks ago

We can automate two steps:

  1. Automatically generate strings in trunk:
    • Create a branch with generated strings
    • Create PR targeting trunk
    • Merge (automatically?)
  2. Automatically integrate localizations:
    • Create a branch with downloaded strings
    • Create PR targeting trunk
    • Merge (automatically?)