Jump to: navigation, search

Difference between revisions of "I18nTeam/Migration-to-weblate"

m (fixed typo in heading)
m (added weblate_utils description)
Line 41: Line 41:
 
* weblate_users.py : Done ( https://review.opendev.org/c/openstack/i18n/+/895763 )  
 
* weblate_users.py : Done ( https://review.opendev.org/c/openstack/i18n/+/895763 )  
 
** (describe the role of the tool )
 
** (describe the role of the tool )
* weblate_utils.py : Done
+
* weblate_utils.py : Done ( https://review.opendev.org/c/openstack/i18n/+/896308 )
** (describe the role of the tool )
+
** Provides basic classes used by the other scripts
 +
*** IniConfig class to get the key and url for the weblate server
 +
*** WeblateRestService class that communicates with the Weblate REST API
 
* weblate_stats.py : Working ( https://review.opendev.org/c/openstack/i18n/+/896306 )  
 
* weblate_stats.py : Working ( https://review.opendev.org/c/openstack/i18n/+/896306 )  
 
** (describe the role of the tool )
 
** (describe the role of the tool )

Revision as of 16:25, 26 February 2024

Migration to weblate

Who's joining the migration project

  • Ian Y. Choi (Manager)
  • Seongsoo Cho
  • Kuemjong Jeong
  • Nayeon Kim
  • Sion Shin

Planning a weblate migration schedule

You can find more details about each task below.

  • Define the scope of target test projects
    • All vs. a few projects (e.g., openstack-manuals, nova, i18n, horizon)
  • Make Translation Infrastructure Scripts compatible with Weblate
    • Weblate project creation with settings if the target project is not existing on the platform
      • (If it is not supported, Weblate projects will be created manually)
      • Testing needs to be performed locally, since the scripts are executed on 06:00 UTC daily.
  • ZuuL Integration Test
    • Determine when to test (e.g., Test methodology without waiting at 06:00 UTC?)
    • Integration test with all translation target projects
  • Making tools for extracting statistical data from Weblate

Action Item

Define the scope of target test projects

  • Configure Weblate with the information set in Zanata.
  • User information is not migrated.

Make Translation Infrastructure Scripts compatible with Weblate

Zuul Integration Test

Create and test a ZuuL Job that performs the following tasks

  • Uploading translation files to Weblate when new changes are made to your project
  • Upload translations from Weblate to your project every day at 06 UTC

Making tools for extracting statistical data from Weblate

Etherpads