Skip to content

Commit def8778

Browse files
lunnysilverwind
authored andcommitted
Remove i18n backport tool at the moment because of translation format changed (go-gitea#36643)
Starting with v1.26, Gitea uses a JSON configuration file format instead of the INI format used in v1.25 and earlier versions. Because of this fundamental format change, a clean translation backport to the v1.25 branch (or earlier release branches) is not feasible.The recommended approach is: - Wait until the release/v1.26 branch is created after the official v1.26 release. - Then introduce a new JSON-based configuration (or migration/compatibility layer) on top of that branch.
1 parent a47639e commit def8778

2 files changed

Lines changed: 1 addition & 116 deletions

File tree

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ Here's how to run the test suite:
191191
## Translation
192192

193193
All translation work happens on [Crowdin](https://translate.gitea.com).
194-
The only translation that is maintained in this repository is [the English translation](https://github.com/go-gitea/gitea/blob/main/options/locale/locale_en-US.ini).
194+
The only translation that is maintained in this repository is [the English translation](https://github.com/go-gitea/gitea/blob/main/options/locale/locale_en-US.json).
195195
It is synced regularly with Crowdin. \
196196
Other locales on main branch **should not** be updated manually as they will be overwritten with each sync. \
197197
Once a language has reached a **satisfactory percentage** of translated keys (~25%), it will be synced back into this repo and included in the next released version.

build/backport-locales.go

Lines changed: 0 additions & 115 deletions
This file was deleted.

0 commit comments

Comments
 (0)