Skip to content

Commit 64e1f5e

Browse files
authored
Merge pull request #231 from hughrun/main
add new version and correct translation instructions
2 parents 99c3564 + b9d98ca commit 64e1f5e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ Maintainers of this repository can keep translations aligned by regularly updati
1818
1. Translations are updated in Crowdin
1919
2. Crowdin pushes new translations to l10n_main as they are available
2020
3. 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
2424
7. push your local branch up to your remote and create a pull request
2525
8. pull the PR into `main`
2626
9. There is now a new reference file in en_US

generate.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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(

0 commit comments

Comments
 (0)