Uh oh!
There was an error while loading. Please reload this page.
Allow multiple names and description - #1586
Conversation
Signed-off-by: Joas Schilling <coding@schilljs.com>
Signed-off-by: Joas Schilling <coding@schilljs.com>
Current coverage is 30.70% (diff: 22.50%)@@ master #1586 diff @@
==========================================
Files 1082 1082 Lines 60063 60200 +137 Methods 6810 6827 +17 Messages 0 0 Branches 0 0 ==========================================
+ Hits 18387 18487 +100 - Misses 41676 41713 +37
Partials 0 0
|
For me the page shows up now and the app is listed. BUT: As the specification of the appstore fields for the description suggests, my app is using markdown. And as you can see, this is not supported yet: Maybe it is an option to show the summary field instead of the description.. Makes more sense IMHO |
janis91
commented
Sep 30, 2016
And maybe it would be even nicer to show the correct language if available. |
Works here too! :-) |
nickvergessen
commented
Sep 30, 2016
Yeah we don't support any mark up yet... |
nickvergessen
commented
Sep 30, 2016
That is already done |
janis91
commented
Sep 30, 2016
As you can see in the screenshot I mentioned above, this isn't the case for me. |
nickvergessen
commented
Sep 30, 2016
Maybe you use the language |
janis91
commented
Sep 30, 2016
I don't provide any translation files for this app, yet. But the info.xml has a description and a summary tag present. In a "en" and "de" version. Is this wrong? |
@janis91 no, if you run de_DE it should fall back to de if de_DE is not present as translation. And ofc then fall back to en if de is not present |
How do I actually run "de_DE" ? I just work with a browser setup in german. And the whole nextcloud shows up in german. The only thing that is not used is the german translation in the appinfo/info.xml of my app. It is present like follows: The only thing which is completely missing (I don't know if that has an influence on that) is the transifex setup and therefore the appropriate en.json and de.json files, because it is only requested yet. |
BernhardPosselt
commented
Sep 30, 2016
You can switch the language in your profile |
nickvergessen
commented
Sep 30, 2016
Added todo "Fallback from de_DE to de" |
janis91
commented
Sep 30, 2016
I looked into it and this definetly causes the problem. I think the fallback is the right way! Thanks! |
Signed-off-by: Joas Schilling <coding@schilljs.com>
nickvergessen
commented
Oct 4, 2016
Added the language fallback from |
janis91
commented
Oct 5, 2016
tested it. and it works! nice 👍 |
nickvergessen
commented
Oct 5, 2016
Markdown is being discussed in #1594 |
Tested and works 👍 |
Fix#1466
@janis91@JSoko feel free to test.
@BernhardPosselt since you introduced this new feature with the app store.
@MorrisJobke@LukasReschke
I think we should backport this, because otherwise an app with such values renders the app management page useless