From 937fee90190427f09627926403f62a843ffc1600 Mon Sep 17 00:00:00 2001 From: Fabian Dill Date: Tue, 22 Jun 2021 02:00:35 +0200 Subject: [PATCH] Factorio: fix locale file formatting --- data/factorio/mod_template/locale/en/locale.cfg | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/data/factorio/mod_template/locale/en/locale.cfg b/data/factorio/mod_template/locale/en/locale.cfg index 9a6202e793..b9924ad645 100644 --- a/data/factorio/mod_template/locale/en/locale.cfg +++ b/data/factorio/mod_template/locale/en/locale.cfg @@ -10,11 +10,11 @@ ap-{{ tech_table[original_tech_name] }}-=An Archipelago Sendable [technology-description] {% for original_tech_name, item_name, receiving_player, advancement in locations %} -{%- if tech_tree_information == 2 -%} +{%- if tech_tree_information == 2 %} ap-{{ tech_table[original_tech_name] }}-=Researching this technology sends {{ item_name }} to {{ player_names[receiving_player] }}{% if advancement %}, which is considered a logical advancement{% endif %}. -{%- elif tech_tree_information == 1 and advancement -%} +{%- elif tech_tree_information == 1 and advancement %} ap-{{ tech_table[original_tech_name] }}-=Researching this technology sends something to someone, which is considered a logical advancement. -{% else %} +{%- else %} ap-{{ tech_table[original_tech_name] }}-=Researching this technology sends something to someone. {%- endif -%} {% endfor %} \ No newline at end of file