Skip to content

Commit

Permalink
fix incorrect format of localization entry for location_too_far (#733)
Browse files Browse the repository at this point in the history
  • Loading branch information
object-Object authored Aug 23, 2024
2 parents f3f9d07 + 7f5fdaf commit aa02f75
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -956,7 +956,7 @@
bool_commute: "a boolean, 0, or 1",
},

location: {
location_: {
too_far: "%s is out of range",
out_of_world: "%s is not within the world",
too_close_to_out: "%s is too close to the boundary of the world",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -946,7 +946,7 @@
bool_commute: "Логика - 0 или 1",
},

location: {
location_: {
too_far: "%s находится вне диапазона",
out_of_world: "%s находится за пределами этого мира",
too_close_to_out: "%s находится слишком близко к границе мира",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -951,7 +951,7 @@
bool_commute: "一个布尔值、0或1",
},

location: {
location_: {
too_far: "%s超出影响范围",
out_of_world: "%s不在此世界内",
too_close_to_out: "%s离世界边界太近了",
Expand Down

0 comments on commit aa02f75

Please sign in to comment.