-
-
Notifications
You must be signed in to change notification settings - Fork 4.6k
Allow multiple names and description #1586
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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 |
|
And maybe it would be even nicer to show the correct language if available. |
Works here too! :-) |
|
Yeah we don't support any mark up yet... |
That is already done |
As you can see in the screenshot I mentioned above, this isn't the case for me. |
|
Maybe you use the language |
|
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. |
|
You can switch the language in your profile |
|
Added todo "Fallback from de_DE to de" |
|
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>
|
Added the language fallback from |
|
tested it. and it works! nice 👍 |
|
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