Skip to content
This repository has been archived by the owner on Sep 6, 2018. It is now read-only.

Commit

Permalink
structuredStrings doesn't exist anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
djbe committed May 8, 2017
1 parent 09c00bf commit 96077cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/strings-genstrings.stencil
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import Foundation

{% set enumName %}{{param.enumName|default:"L10n"}}{% endset %}
enum {{enumName}} {
{% call recursiveBlock structuredStrings %}
{% call recursiveBlock tables.first.levels %}
}

{% macro parametersBlock types %}{% for type in types %}let p{{forloop.counter}}{% if not forloop.last %}, {% endif %}{% endfor %}{% endmacro %}
Expand Down

0 comments on commit 96077cc

Please # to comment.