1
0
mirror of https://github.com/Refactorio/RedMew.git synced 2024-12-12 10:04:40 +02:00

moved locales into common

This commit is contained in:
grilledham 2019-06-19 18:41:32 +01:00
parent 059ee77963
commit d2e9b6f7bd
3 changed files with 3 additions and 3 deletions

View File

@ -8,7 +8,7 @@ local enabled_style = 'green_slot_button'
local disabled_style = 'red_slot_button'
local style_map = {[true] = enabled_style, [false] = disabled_style}
local enabled_locale_map = {[true] = {'autofill.enabled'}, [false] = {'autofill.disabled'}}
local enabled_locale_map = {[true] = {'common.enabled'}, [false] = {'common.disabled'}}
local main_button_name = Gui.uid_name()
local main_frame_name = Gui.uid_name()

View File

@ -20,6 +20,8 @@ current_surface=Current surface
player_tag=Player tag
quantity=Quantity
available=Available
enabled=enabled
disabled=disabled
[ranks]
probation=Probation

View File

@ -151,8 +151,6 @@ unknown_death_cause=Unknown
insert_item=-__1__ __2__ (__3__)
enable=Enable autofill
enabled_ammos=Enabled ammo types
enabled=enabled
disabled=disabled
ammo_count=Autofill ammo count
invalid_ammo_count=ammo count must be a positive integer
main_button_tooltip=Autofill settings