-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FIX] localized sale msg in premium template
- Loading branch information
Showing
3 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
🌟 Premium ist derzeit inaktiv\. | ||
|
||
{% include 'sale_suffix.md.jinja2' %} | ||
Möchtest du Premium-Funktionen kaufen? | ||
{% include 'sale_suffix_de.md.jinja2' %} | ||
Möchtest du Premium\-Funktionen kaufen? |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
🌟 Premium no está activo\. | ||
|
||
{% include 'sale_suffix.md.jinja2' %} | ||
{% include 'sale_suffix_es.md.jinja2' %} | ||
¿Te gustaría comprar funciones premium? |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
🌟 Премиум в настоящее время неактивен. | ||
|
||
{% include 'sale_suffix.md.jinja2' %} | ||
Хотите приобрести премиум-функции? | ||
{% include 'sale_suffix_ru.md.jinja2' %} | ||
Хотите приобрести премиум\-функции? |