Skip to content

Commit

Permalink
wishlist: specify that we prefer description in English
Browse files Browse the repository at this point in the history
  • Loading branch information
OniriCorpe committed Sep 11, 2024
1 parent 6608d7d commit 2656756
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 9 deletions.
2 changes: 1 addition & 1 deletion store/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ def add_to_wishlist():
for keyword in boring_keywords_to_check_for_people_not_reading_the_instructions
),
_(
"Please focus on what the app does, without using marketing, fuzzy terms, or repeating that the app is 'free' and 'self-hostable'."
"Please focus on what the app does, without using marketing, fuzzy terms, or repeating that the app is 'free' and 'self-hostable'. English language is preferred."
),
),
(
Expand Down
24 changes: 16 additions & 8 deletions store/messages.pot
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PROJECT VERSION\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2024-06-21 14:11+0200\n"
"POT-Creation-Date: 2024-09-12 00:34+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
Expand All @@ -26,7 +26,7 @@ msgstr ""
msgid "You must be logged in to be able to star an app"
msgstr ""

#: app.py:184 app.py:229 app.py:634 templates/wishlist_add.html:33
#: app.py:184 app.py:229 app.py:652 templates/wishlist_add.html:33
msgid ""
"Note that, due to various abuses, we restricted login on the app store to"
" 'trust level 1' users.<br/><br/>'Trust level 1' is obtained after "
Expand Down Expand Up @@ -92,7 +92,8 @@ msgstr ""
#: app.py:320
msgid ""
"Please focus on what the app does, without using marketing, fuzzy terms, "
"or repeating that the app is 'free' and 'self-hostable'."
"or repeating that the app is 'free' and 'self-hostable'. English language"
" is preferred."
msgstr ""

#: app.py:330
Expand All @@ -107,30 +108,37 @@ msgid ""
"interest</a>."
msgstr ""

#: app.py:375
#: app.py:379
#, python-format
msgid ""
"We're sorry, but this app is listed among the already declined apps. The "
"specified reason is:<br /><q>%(reason)s</q>"
msgstr ""

#: app.py:393
#, python-format
msgid ""
"An app with the name %(slug)s already exists in the catalog, <a "
"href='%(url)s'>you can see its page here</a>."
msgstr ""

#: app.py:400
#: app.py:418
#, python-format
msgid ""
"Failed to create the pull request to add the app to the wishlist… Maybe "
"there's already <a href='%(url)s'>a waiting PR for this app</a>? Else, "
"please report the issue to the YunoHost team."
msgstr ""

#: app.py:450
#: app.py:468
#, python-format
msgid ""
"Your proposed app has succesfully been submitted. It must now be "
"validated by the YunoHost team. You can track progress here: <a "
"href='%(url)s'>%(url)s</a>"
msgstr ""

#: app.py:632
#: app.py:650
msgid "Unfortunately, login was denied."
msgstr ""

Expand Down Expand Up @@ -537,7 +545,7 @@ msgid "Last update on testing branch"
msgstr ""

#: templates/dash.html:47
msgid "Issues number"
msgid "Number of opened issues"
msgstr ""

#: templates/dash.html:53 templates/dash.html:62
Expand Down

0 comments on commit 2656756

Please sign in to comment.