-
Notifications
You must be signed in to change notification settings - Fork 25
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
switching between languages deletes all input #247
Labels
Comments
@Smart-City-Muenster thanks, confirming |
bfabio
added a commit
to bfabio/publiccode-editor
that referenced
this issue
Jan 15, 2024
* App localization is now based on the detected language from the browser at runtime * Spell the whole language name in the UI * Change the UI for multiple languages in the publiccode.yml file, removing the tabs * Use a library for the list of languages, so we don't have to maintain our own Obsoletes italia#247 Related italia#234 Fix italia#123
bfabio
added a commit
to bfabio/publiccode-editor
that referenced
this issue
Jan 15, 2024
* App localization is now based on the detected language from the browser at runtime * Spell the whole language name in the UI * Change the UI for multiple languages in the publiccode.yml file, removing the tabs * Use a library for the list of languages, so we don't have to maintain our own Obsoletes italia#247 Related italia#234 Fixes italia#123, Fixes italia#26
bfabio
added a commit
that referenced
this issue
Jan 16, 2024
* App localization is now based on the detected language from the browser at runtime * Spell the whole language name in the UI * Change the UI for multiple languages in the publiccode.yml file, removing the tabs * Use a library for the list of languages, so we don't have to maintain our own Obsoletes #247 Related #234 Fixes #123, Fixes #26
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Subject of the issue
If you want to generate a
publiccode.yml
with more than one language, you might run into a deletion of your text without warning. This happens when you switch between languages (maybe only if you forgot to click "generate" at least once).Steps to reproduce
Expected behaviour
Text should be preserved when switching languages.
Potentially (but that would be a feature request not a bug report), for the first time switching to a second language, the text fields are filled with input from the other language (to know what to translate).
Actual behaviour
The text is gone without any warning. Especially if you wrote a relatively large amount without clicking "generate" this is quite frustrating.
The text was updated successfully, but these errors were encountered: