mirror of
https://github.com/FaceDeer/dfcaverns.git
synced 2024-12-24 01:40:36 +01:00
fix the textdomain headers
This commit is contained in:
parent
b519280f1c
commit
947cb72f5a
@ -1,4 +1,4 @@
|
||||
##### textdomain: bones_loot #####
|
||||
# textdomain: bones_loot
|
||||
|
||||
|
||||
### init.lua ###
|
||||
|
@ -1,4 +1,4 @@
|
||||
##### textdomain: df_caverns #####
|
||||
# textdomain: df_caverns
|
||||
|
||||
|
||||
### underworld.lua ###
|
||||
|
@ -1,4 +1,4 @@
|
||||
##### textdomain: df_farming #####
|
||||
# textdomain: df_farming
|
||||
|
||||
|
||||
### cave_wheat.lua ###
|
||||
|
@ -1,4 +1,4 @@
|
||||
##### textdomain: df_farming #####
|
||||
# textdomain: df_farming
|
||||
|
||||
|
||||
### cave_wheat.lua ###
|
||||
|
@ -1,4 +1,4 @@
|
||||
##### textdomain: df_mapitems #####
|
||||
# textdomain: df_mapitems
|
||||
|
||||
|
||||
### castle_coral.lua ###
|
||||
|
@ -1,4 +1,4 @@
|
||||
##### textdomain: df_mapitems #####
|
||||
# textdomain: df_mapitems
|
||||
|
||||
|
||||
### castle_coral.lua ###
|
||||
|
@ -1,4 +1,4 @@
|
||||
##### textdomain: df_mapitems #####
|
||||
# textdomain: df_mapitems
|
||||
|
||||
|
||||
### castle_coral.lua ###
|
||||
|
@ -1,4 +1,4 @@
|
||||
##### textdomain: df_primordial_items #####
|
||||
# textdomain: df_primordial_items
|
||||
|
||||
|
||||
### ceiling_fungus.lua ###
|
||||
|
@ -1,4 +1,4 @@
|
||||
##### textdomain: df_trees #####
|
||||
# textdomain: df_trees
|
||||
|
||||
|
||||
### black_cap.lua ###
|
||||
|
@ -1,4 +1,4 @@
|
||||
##### textdomain: df_trees #####
|
||||
# textdomain: df_trees
|
||||
|
||||
|
||||
### black_cap.lua ###
|
||||
|
@ -1,4 +1,4 @@
|
||||
##### textdomain: df_underworld_items #####
|
||||
# textdomain: df_underworld_items
|
||||
|
||||
|
||||
### crystals_amethyst.lua ###
|
||||
|
2
i18n.py
2
i18n.py
@ -200,7 +200,7 @@ def mkdir_p(path):
|
||||
# dOld is a dictionary of existing translations and comments from
|
||||
# the previous version of this text
|
||||
def strings_to_text(dkeyStrings, dOld, mod_name):
|
||||
lOut = [f"##### textdomain: {mod_name} #####\n"]
|
||||
lOut = [f"# textdomain: {mod_name}\n"]
|
||||
|
||||
dGroupedBySource = {}
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
##### textdomain: ice_sprites #####
|
||||
# textdomain: ice_sprites
|
||||
|
||||
|
||||
### init.lua ###
|
||||
|
@ -1,4 +1,4 @@
|
||||
##### textdomain: mine_gas #####
|
||||
# textdomain: mine_gas
|
||||
|
||||
|
||||
### init.lua ###
|
||||
|
@ -1,4 +1,4 @@
|
||||
##### textdomain: oil #####
|
||||
# textdomain: oil
|
||||
|
||||
|
||||
### init.lua ###
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit 8faf748175090f166a569ec3f66454e496fd3fc9
|
||||
Subproject commit ded00262aa1ab6414e185b768fc581830f742eee
|
Loading…
Reference in New Issue
Block a user