[UIPFCONT-27] backport recent zh_TW translations Created: 01/Jun/22 Updated: 16/Jun/22 Resolved: 02/Jun/22 |
|
| Status: | Closed |
| Project: | ui-plugin-find-contact |
| Components: | None |
| Affects versions: | None |
| Fix versions: | 3.1.1 |
| Type: | Task | Priority: | P2 |
| Reporter: | Zak Burke | Assignee: | Mikita Siadykh |
| Resolution: | Done | Votes: | 0 |
| Labels: | None | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original estimate: | Not Specified | ||
| Issue links: |
|
||||||||
| Sprint: | ACQ Sprint 141 | ||||||||
| Story Points: | 0 | ||||||||
| Development Team: | Thunderjet | ||||||||
| Release: | Lotus (R1 2022) Hot Fix #1 | ||||||||
| RCA Group: | Not a bug | ||||||||
| Description |
|
Backport recent translations for the locale zh_TW to Lotus. Given you have a repository cloned and checked out to its Lotus release branch, e.g. b7.2, b10.1, etc., it's straightforward to collect the changes that have happened on master into a patch and then add those changes to the release branch: #!/bin/sh
REPO=`git config remote.origin.url | sed -E 's/.*\/([^\/]+)\.git$/\1/'`
git diff HEAD...master -- ./translations/$REPO/zh_TW.json | git apply
At this point, you should inspect the changes with git diff to confirm that no keys are being removed, i.e. that the changes are backwards compatible. If the changes look compatible, create a new branch, commit the changes, push them, and issue a PR targeted at the release branch. Once that PR is merged, you can then publish a patch release from that branch as usual. This closely mirrors our regular patch release process; the only difference is that changes will be applied via git apply instead of git cherry-pick. |
| Comments |
| Comment by Yury Saukou [ 02/Jun/22 ] |
|
https://github.com/folio-org/ui-plugin-find-contact/releases/tag/v3.1.1 |
| Comment by Oleksii Petrenko [ 08/Jun/22 ] |
|
Deployed to Lotus BF. Please proceed with verification |
| Comment by Dennis Bridges [ 08/Jun/22 ] |
|
Test successful in bugfest-lotus. |