N3OW/common/customizable_localization/00_de_special_gender_cases.txt
2025-02-20 17:49:25 +00:00

69 lines
1.3 KiB
Text

############################################
### Scripted Localization for German ###
### BY Kai Bagehorn ###
############################################
DE_MutterlichVaterlich = {
type = character
log_loc_errors = no
text = {
localization_key = CustomLoc_DE_Vaterlich
trigger = { is_female = no }
}
text = {
localization_key = CustomLoc_DE_Mutterlich
trigger = { is_female = yes }
}
}
DE_RivalinRivale = {
type = character
log_loc_errors = no
text = {
localization_key = CustomLoc_DE_Rivale
trigger = { is_female = no }
}
text = {
localization_key = CustomLoc_DE_Rivalin
trigger = { is_female = yes }
}
}
DE_RivalinRivalen = {
type = character
log_loc_errors = no
text = {
localization_key = CustomLoc_DE_Rivalen
trigger = { is_female = no }
}
text = {
localization_key = CustomLoc_DE_Rivalin
trigger = { is_female = yes }
}
}
DE_DasDen = {
type = character
log_loc_errors = no
text = {
localization_key = CustomLoc_DE_Den
trigger = { is_female = no }
}
text = {
localization_key = CustomLoc_DE_Das
trigger = { is_female = yes }
}
}
DE_ART_IND_A_Opp = {
type = character
log_loc_errors = no
text = {
localization_key = CustomLoc_DE_ART_IND_A_female
trigger = { is_female = no }
}
text = {
localization_key = CustomLoc_DE_ART_IND_A_male
trigger = { is_female = yes }
}
}