-
Notifications
You must be signed in to change notification settings - Fork 425
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Sort & format language files (#4360)
- Loading branch information
Showing
9 changed files
with
32 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7 changes: 3 additions & 4 deletions
7
fabric-game-rule-api-v1/src/testmod/resources/assets/fabric-gamerule-test/lang/en_us.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,16 @@ | ||
{ | ||
"gamerule.cardinalDirection": "Random Cardinal Direction Very Long Title", | ||
"gamerule.cardinalDirection.description": "A cardinal direction. Should never be up or down", | ||
"gamerule.cardinalDirection.east": "Eastbound", | ||
"gamerule.cardinalDirection.north": "Northbound", | ||
"gamerule.cardinalDirection.south": "Southbound", | ||
"gamerule.cardinalDirection.east": "Eastbound", | ||
"gamerule.cardinalDirection.west": "Westbound", | ||
|
||
"gamerule.redSleepFailureEnum": "Why I didn't go to bed", | ||
"gamerule.redSleepFailureEnum.description": "Bed bugs are nasty man.", | ||
"gamerule.redSleepFailureEnum.not_possible_here": "Not here", | ||
"gamerule.redSleepFailureEnum.not_possible_now": "Not now", | ||
"gamerule.redSleepFailureEnum.too_far_away": "Too far away", | ||
"gamerule.redSleepFailureEnum.not_safe": "Not safe", | ||
"gamerule.redSleepFailureEnum.obstructed": "Obstructed", | ||
"gamerule.redSleepFailureEnum.other_problem": "Other problem", | ||
"gamerule.redSleepFailureEnum.not_safe": "Not safe" | ||
"gamerule.redSleepFailureEnum.too_far_away": "Too far away" | ||
} |
2 changes: 1 addition & 1 deletion
2
fabric-item-group-api-v1/src/main/resources/assets/fabric/lang/en_us.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{ | ||
"fabric.gui.creativeTabPage": "Page %d/%d" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...king-api-v1/src/testmod/resources/assets/fabric-networking-api-v1-testmod/lang/en_us.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"key.category.fabric-networking-api-v1-testmod": "Fabric Network Test", | ||
"key.fabric-networking-api-v1-testmod.test": "Send test packet", | ||
"key.fabric-networking-api-v1-testmod.open": "Open channel tester" | ||
"key.fabric-networking-api-v1-testmod.open": "Open channel tester", | ||
"key.fabric-networking-api-v1-testmod.test": "Send test packet" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
20 changes: 10 additions & 10 deletions
20
fabric-registry-sync-v0/src/main/resources/assets/fabric-registry-sync-v0/lang/en_us.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
{ | ||
"fabric-registry-sync-v0.unknown-remote.title.singular" : "Received a registry entry that is unknown to this client.\n", | ||
"fabric-registry-sync-v0.unknown-remote.title.plural" : "Received %d registry entries that are unknown to this client.\n", | ||
"fabric-registry-sync-v0.unknown-remote.subtitle.1" : "This is usually caused by a mismatched mod set between the client and server.", | ||
"fabric-registry-sync-v0.unknown-remote.subtitle.2" : " See the client logs for more details.\nThe following registry entry namespaces may be related:\n\n", | ||
"fabric-registry-sync-v0.unknown-remote.footer" : "And %d more...", | ||
"fabric-registry-sync-v0.unknown-registry.title.singular" : "Received a registry that is unknown to this client.\n", | ||
"fabric-registry-sync-v0.unknown-registry.title.plural" : "Received %d registries that are unknown to this client.\n", | ||
"fabric-registry-sync-v0.unknown-registry.subtitle.1" : "This is usually caused by a mismatched mod set between the client and server.", | ||
"fabric-registry-sync-v0.unknown-registry.subtitle.2" : " See the client logs for more details.\nThe following registries are not present on the client:\n\n", | ||
"fabric-registry-sync-v0.unknown-registry.footer" : "And %d more..." | ||
"fabric-registry-sync-v0.unknown-registry.footer": "And %d more...", | ||
"fabric-registry-sync-v0.unknown-registry.subtitle.1": "This is usually caused by a mismatched mod set between the client and server.", | ||
"fabric-registry-sync-v0.unknown-registry.subtitle.2": " See the client logs for more details.\nThe following registries are not present on the client:\n\n", | ||
"fabric-registry-sync-v0.unknown-registry.title.plural": "Received %d registries that are unknown to this client.\n", | ||
"fabric-registry-sync-v0.unknown-registry.title.singular": "Received a registry that is unknown to this client.\n", | ||
"fabric-registry-sync-v0.unknown-remote.footer": "And %d more...", | ||
"fabric-registry-sync-v0.unknown-remote.subtitle.1": "This is usually caused by a mismatched mod set between the client and server.", | ||
"fabric-registry-sync-v0.unknown-remote.subtitle.2": " See the client logs for more details.\nThe following registry entry namespaces may be related:\n\n", | ||
"fabric-registry-sync-v0.unknown-remote.title.plural": "Received %d registry entries that are unknown to this client.\n", | ||
"fabric-registry-sync-v0.unknown-remote.title.singular": "Received a registry entry that is unknown to this client.\n" | ||
} |
8 changes: 4 additions & 4 deletions
8
...ic-resource-loader-v0/src/main/resources/assets/fabric-resource-loader-v0/lang/en_us.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
{ | ||
"commands.datapack.fabric.internal": "Cannot enable or disable Fabric internal pack \"%s\".", | ||
"pack.description.modResources": "Mod resources.", | ||
"pack.source.fabricmod": "Fabric mod", | ||
"pack.source.builtinMod": "built-in: %s", | ||
"pack.name.fabricMod": "Fabric Mod \"%s\"", | ||
"pack.name.fabricMods": "Fabric Mods", | ||
"pack.name.fabricMod.subPack": "Fabric Mod \"%s\" (%s)", | ||
"commands.datapack.fabric.internal": "Cannot enable or disable Fabric internal pack \"%s\"." | ||
"pack.name.fabricMods": "Fabric Mods", | ||
"pack.source.builtinMod": "built-in: %s", | ||
"pack.source.fabricmod": "Fabric mod" | ||
} |
2 changes: 1 addition & 1 deletion
2
fabric-tag-api-v1/src/testmod/resources/assets/fabric-tag-api-v1-testmod/lang/en_us.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters