Skip to content

Commit 166130a

Browse files
authored
Merge pull request code-dot-org#26921 from code-dot-org/remove-old-sync-scripts
remove deprecated scripts for syncing pegasus i18n
2 parents 17cc06b + cf7d90e commit 166130a

File tree

3 files changed

+2
-55
lines changed

3 files changed

+2
-55
lines changed

bin/i18n-codeorg/sync-pegasus.sh

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

bin/i18n/sync-pegasus

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

i18n/README.md

Lines changed: 2 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ this is used as context for translators.
2020
- Update the string in the [i18n Gsheet][0]
2121
- `ssh staging.code.org` and check that your changes were synced to
2222
`staging/pegasus/cache/i18n/en-US.yml`
23-
- Commit and push `en-US.yml`
2423

2524
#### Adding a new string
2625

@@ -34,18 +33,6 @@ this is used as context for translators.
3433
- ssh into staging and check that your changes were synced to
3534
`staging/pegasus/cache/i18n/en-US.yml`
3635

37-
- Run the following script to sync your change to all locales.
38-
39-
bin/i18n/sync-pegasus
40-
41-
- Add, commit, and push all the files in `i18n/locales` and `pegasus/cache/i18n`.
42-
43-
git add i18n/locales pegasus/cache/i18n
44-
45-
git commit -m "sync pegasus strings mm/dd -yourname"
46-
47-
git push
48-
4936
### Apps
5037

5138
- Make changes in `code-dot-org/apps/i18n/<app>/en_us.json`
@@ -79,8 +66,8 @@ and should not be edited directly. These include:
7966
- `courses.en.yml`
8067
- `dsls.en.yml`
8168
- `failure_message_overrides.en.yml`
82-
- `instructions.en.yml`
83-
- `markdown_instructions.en.yml`
69+
- `short_instructions.en.yml`
70+
- `long_instructions.en.yml`
8471

8572

8673
## Updating UI Tests

0 commit comments

Comments
 (0)