Skip to content

Commit

Permalink
Fix locale (#2874)
Browse files Browse the repository at this point in the history
  • Loading branch information
lzk228 authored Jan 20, 2025
1 parent 1846e9b commit a1e7b78
Showing 1 changed file with 10 additions and 7 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ent-BaseFilingCabinet = { ent-BaseStructureDynamic }
.desc = каф для хранения всего, что пожелаете.
.desc = Шкаф для хранения всего, что пожелаете.
.suffix = Пустой
ent-filingCabinet = картотечный шкаф
.desc = { ent-BaseFilingCabinet.desc }
Expand All @@ -10,9 +10,12 @@ ent-filingCabinetDrawer = комод
ent-BaseBureaucraticStorageFill = { "" }
.suffix = Заполненный
.desc = { "" }
ent-filingCabinetRandom = { ent-BaseBureaucraticStorageFill }
.desc = { ent-BaseBureaucraticStorageFill.desc }
ent-filingCabinetTallRandom = { ent-BaseBureaucraticStorageFill }
.desc = { ent-BaseBureaucraticStorageFill.desc }
ent-filingCabinetDrawerRandom = { ent-BaseBureaucraticStorageFill }
.desc = { ent-BaseBureaucraticStorageFill.desc }
ent-filingCabinetRandom = { ent-filingCabinet }
.desc = { ent-filingCabinet.desc }
.suffix = { ent-BaseBureaucraticStorageFill.suffix }
ent-filingCabinetTallRandom = { ent-filingCabinetTall }
.desc = { ent-filingCabinetTall.desc }
.suffix = { ent-BaseBureaucraticStorageFill.suffix }
ent-filingCabinetDrawerRandom = { ent-filingCabinetDrawer }
.desc = { ent-filingCabinetDrawer.desc }
.suffix = { ent-BaseBureaucraticStorageFill.suffix }

0 comments on commit a1e7b78

Please sign in to comment.