File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -18,9 +18,9 @@ Maintainers of this repository can keep translations aligned by regularly updati
18181 . Translations are updated in Crowdin
19192 . Crowdin pushes new translations to l10n_main as they are available
20203 . In your fork, ` pull ` both ` main ` and ` l10n_main ` so they are up to date in your local repository
21- 4 . Create a new fork from ` main ` (e.g. called ` update_locales ` )
22- 5 . merge ` l10n_main ` into your fork
23- 6 . make adjustment if necessary
21+ 4 . Create a new fork from ` main ` (e.g. called ` update_locales ` ) and check it out
22+ 5 . merge ` l10n_main ` 's ` locale ` directory into your fork: ` git checkout l10n_main -- locale `
23+ 6 . make adjustments if necessary
24247 . push your local branch up to your remote and create a pull request
25258 . pull the PR into ` main `
26269 . There is now a new reference file in en_US
Original file line number Diff line number Diff line change @@ -175,7 +175,7 @@ def format_markdown(file_path):
175175 if not version
176176 else f"/{ version } /{ SLUG } { output_path } "
177177 )
178- versions = ["development" , "v0.7.5" ]
178+ versions = ["development" , "v0.7.5" , "0.8.0" ]
179179 current_version = version if version else ""
180180 render_file .write (
181181 template .render (
You can’t perform that action at this time.
0 commit comments