Factorio: fix locale file formatting

This commit is contained in:
Fabian Dill 2021-06-22 02:00:35 +02:00
parent 023a798ac1
commit 937fee9019
1 changed files with 3 additions and 3 deletions

View File

@ -10,11 +10,11 @@ ap-{{ tech_table[original_tech_name] }}-=An Archipelago Sendable
[technology-description] [technology-description]
{% for original_tech_name, item_name, receiving_player, advancement in locations %} {% 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 %}. 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. 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. ap-{{ tech_table[original_tech_name] }}-=Researching this technology sends something to someone.
{%- endif -%} {%- endif -%}
{% endfor %} {% endfor %}