mirror of
https://github.com/aclist/dztui.git
synced 2026-08-28 18:57:12 +02:00
change: namespace dlc strings
This commit is contained in:
parent
74ecc30692
commit
a85c632902
@ -348,7 +348,7 @@ def get_details(record: Record) -> Details:
|
||||
dlc = rules.dlc_flags
|
||||
match dlc:
|
||||
case 0:
|
||||
dlc = strings.none
|
||||
dlc = strings.dlc_none
|
||||
case 2:
|
||||
dlc = strings.dlc_frostline
|
||||
case 3:
|
||||
|
||||
@ -168,12 +168,12 @@ none_provided = "None provided"
|
||||
disabled = "Disabled"
|
||||
enabled = "Enabled"
|
||||
null = "-"
|
||||
none = "None"
|
||||
unspecified = "not specified"
|
||||
|
||||
# DLC
|
||||
dlc_frostline = "Frostline"
|
||||
dlc_badlands = "Badlands"
|
||||
dlc_none = "None"
|
||||
|
||||
# platform
|
||||
windows = "Windows"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user