-
-
Notifications
You must be signed in to change notification settings - Fork 240
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
Character translations bug #1987
Comments
Hello, thanks for opening this issue. A character will be translated, if they appear in a timeline. |
Thanks, I will look into this matter. |
Hello, I fixed the bug! Thanks for your report. However, due to the large amount of changes I have done to the translation system over the past weeks, you will find the fix to be part of this pull request: #1954 This branch contains the new glossary translation and the character name fix. Starting from here on, all character resource files in a project will be inserted into the character names CSV. |
Translations bug
Describe the bug
When using translations, if there are more than 1 character when clicking on "Update CSV files", only one character will appear in the CSV file for translation. I found that in my character file, the "_translation_id" parameter is empty. When I try to fill it in and apply the translation, a zeroing of this parameter occurs. Unable to translate more than 1 character.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
I expected all my created characters to appear in the file so I could translate their names.
Screenshots
System (please complete the following information):
Solutions
Workaround
I tried changing the '_translation_id' parameter manually, deleting and re-collecting translations, and recreating the character, but none of this worked.
The text was updated successfully, but these errors were encountered: