diff options
| author | shedaniel <daniel@shedaniel.me> | 2022-12-03 22:17:27 +0800 |
|---|---|---|
| committer | shedaniel <daniel@shedaniel.me> | 2022-12-12 21:01:07 +0800 |
| commit | 47ae69cd83f36aa5acf4bfedf9bbccc0eec34b67 (patch) | |
| tree | b111b75620e263fa5a027241b03ebbe122f90669 /runtime/src/main/resources/assets | |
| parent | 2caa595aa94d46ddaefc5ecdb79f7ec834f7eae8 (diff) | |
| download | RoughlyEnoughItems-47ae69cd83f36aa5acf4bfedf9bbccc0eec34b67.tar.gz RoughlyEnoughItems-47ae69cd83f36aa5acf4bfedf9bbccc0eec34b67.tar.bz2 RoughlyEnoughItems-47ae69cd83f36aa5acf4bfedf9bbccc0eec34b67.zip | |
Add init progress to IME
Diffstat (limited to 'runtime/src/main/resources/assets')
| -rwxr-xr-x | runtime/src/main/resources/assets/roughlyenoughitems/lang/en_us.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/src/main/resources/assets/roughlyenoughitems/lang/en_us.json b/runtime/src/main/resources/assets/roughlyenoughitems/lang/en_us.json index c487cfae8..796f5bf9e 100755 --- a/runtime/src/main/resources/assets/roughlyenoughitems/lang/en_us.json +++ b/runtime/src/main/resources/assets/roughlyenoughitems/lang/en_us.json @@ -78,6 +78,7 @@ "text.rei.addons": "REI Addons", "text.rei.shapeless": "Shapeless", "text.rei.input.methods": "Input Methods", + "text.rei.input.methods.reload.progress": "Progress: %s%%", "text.rei.input.methods.default": "Default", "text.rei.input.methods.default.description": "The default input method. This does not transform the search term.", "text.rei.input.methods.jyutping": "Jyutping (Cantonese)", |
