File tree Expand file tree Collapse file tree 3 files changed +2
-55
lines changed Expand file tree Collapse file tree 3 files changed +2
-55
lines changed Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -20,7 +20,6 @@ this is used as context for translators.
20
20
- Update the string in the [ i18n Gsheet] [ 0 ]
21
21
- ` ssh staging.code.org ` and check that your changes were synced to
22
22
` staging/pegasus/cache/i18n/en-US.yml `
23
- - Commit and push ` en-US.yml `
24
23
25
24
#### Adding a new string
26
25
@@ -34,18 +33,6 @@ this is used as context for translators.
34
33
- ssh into staging and check that your changes were synced to
35
34
` staging/pegasus/cache/i18n/en-US.yml `
36
35
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
-
49
36
### Apps
50
37
51
38
- Make changes in ` code-dot-org/apps/i18n/<app>/en_us.json `
@@ -79,8 +66,8 @@ and should not be edited directly. These include:
79
66
- ` courses.en.yml `
80
67
- ` dsls.en.yml `
81
68
- ` failure_message_overrides.en.yml `
82
- - ` instructions .en.yml`
83
- - ` markdown_instructions .en.yml`
69
+ - ` short_instructions .en.yml`
70
+ - ` long_instructions .en.yml`
84
71
85
72
86
73
## Updating UI Tests
You can’t perform that action at this time.
0 commit comments