Skip to content

Commit

Permalink
localisation: try to fix all the plurals in factorio-access.cfg usijn…
Browse files Browse the repository at this point in the history
…g VSCode find/replace regex captures

Seems to work, clearly we cna't just quickly test them all
  • Loading branch information
ahicks92 committed Oct 25, 2024
1 parent 431f2ad commit 368aa68
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions locale/en/factorio-access.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@
[fa]
#direction
#eg North
direction=__plural_for_parameter_1_{0=North|1=NorthEast|2=East|3=SouthEast|4=South|5=SouthWest|6=West|7=NorthWest|rest=}__
direction=__plural_for_parameter__1___{0=North|1=NorthEast|2=East|3=SouthEast|4=South|5=SouthWest|6=West|7=NorthWest|rest=}__

#entity direction
#eg facing North
facing-direction=facing __plural_for_parameter_1_{0=North|1=NorthEast|2=East|3=SouthEast|4=South|5=SouthWest|6=West|7=NorthWest|rest=}__
facing-direction=facing __plural_for_parameter__1__{0=North|1=NorthEast|2=East|3=SouthEast|4=South|5=SouthWest|6=West|7=NorthWest|rest=}__

#whats in your hand
#eg fast inserter facing south 5 in hand 55 total
#eg pipe 10 in hand 10 total
cursor-description=__1____plural_for_parameter_2_{0=|1= __3__}__ __4__ in hand__plural_for_parameter_5_{0=|rest= __5__ total}__
cursor-description-verbose=The item type in your hand is __1__ __plural_for_parameter_2_{0=which is either not a building or doesn't support rotation|1=which if you were to build it, then it would be __3__}__. There are __4__ of them in your hand and __plural_for_parameter_5_{0=no more in your inventory|rest=you have __5__ total}__.}__
cursor-description=__1____plural_for_parameter__2__{0=|1= __3__}__ __4__ in hand__plural_for_parameter__5__{0=|rest= __5__ total}__
cursor-description-verbose=The item type in your hand is __1__ __plural_for_parameter__2__{0=which is either not a building or doesn't support rotation|1=which if you were to build it, then it would be __3__}__. There are __4__ of them in your hand and __plural_for_parameter__5___{0=no more in your inventory|rest=you have __5__ total}__.}__
#whats in your hand
empty_cursor=Emptied hand
Expand Down Expand Up @@ -57,7 +57,7 @@ failed-inventory-limit-ajust-no-limit=This inventory does not support limiting.
#changing inventory limit on chest, __1__ will be __gui.all__ and __2__ will be 1000 when max is reached
#eg 1 slot unlocked.
#eg All slots unlocked.
inventory-limit-status=__1__ __plural_for_parameter_2_{1=slot|rest=slots}__ unlocked.
inventory-limit-status=__1__ __plural_for_parameter__2___{1=slot|rest=slots}__ unlocked.

#nudging
nudged-one-direction=Moved building 1 __1__.
Expand Down

0 comments on commit 368aa68

Please sign in to comment.