-
Notifications
You must be signed in to change notification settings - Fork 0
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
Various UI issues / line breaks #2
Comments
First issue, it seems like you might have hit the 'skip localized' play button, which is why the translation didn't change. Second issue, during development, if I uploaded an empty 'whatsNew' to App Store Connect, it would return an error. So, when 'whatsNew' is empty, I send 'nil', hence no change on App Store Connect. However, I’ve just tested this, and it now seems possible to upload empty characters. I'll fix this in the next update. Third issue about inserting a text with line breaks on the left in the table and them missing later in AppStoreConnect, I haven't encountered this before. I'll need to look into it further. |
Many thanks for the information. I had completely overlooked the Override Localized button on the right side |
Sorry for the trouble. I ran a test using your text and discovered a strange issue. When there are seven items, the data returned by OpenAI included an extra "content" field, which caused the translation content to not be parsed. After I deleted an item, the data returned by OpenAI did not have a "content" field, allowing the translation content to be parsed. I wiil fix it soom. |
Thanks for the quick reply. I have now tried it, but unfortunately it still remains empty for with the "Override Localized" button. But if I press Refresh for each language individually, it works. But of course it would be ideal if it translated them all directly. At least I can use it now, thank you! |
The issues where the ‘whatsNew’ field could not be updated with empty content and where translation content could not be parsed have been fixed. Please upgrade to 0.12.0 And This version now supports localizing App Store Connect in-app purchases. Game Center is still under development. |
Please try again, or download directly from this address: https://github.com/marsxcf/LocalizeX-Release/releases/download/0.12.1/LocalizeX.0.12.1.dmg |
I was actually planning to include a feature to add all languages at once in the next version. But if you need it now, I can start working on it and release an update later. |
Yes, I'll wait with the translation of the IAP-purchases, thank you very much! This feature would make it even easier and faster! |
Thanks, I've already tried it out. However, it has now really translated all the languages for me. But I only wanted to have the languages that our app supports, as in General/App Information. |
Now I totally get your point and I'm sorry for the inconvenience. I'll definitely work on refining this feature in the next update to better suit your needs. |
Great thanks, looking forward to the update |
Please upgrade to 0.12.3, in the version I add a feature that auto using the languages in General / App Information for other localizables on App Store Connect. |
Have you tried it? Are there any other issues? |
I’ve noticed some issues with the latest version of the whatsNew function: The output appears incorrect for 2-3 languages, regardless of whether I use the “do not make an array” comment or not. In the previous version, the comment resolved this issue effectively. Translating in-app purchases (IAPs) is very useful. However, the character limit imposed by Apple is quite restrictive. It would be practical if ChatGPT could be instructed to shorten translations to, for example, 45 characters. I attempted this using a comment, but it didn’t work. It does work directly in the ChatGPT app, though. The app displays an incorrect character count for the Hindi language. This results in an error message when updating to App Store Connect. Additionally, I have a feature request that would be highly beneficial: Thank you |
I’m currently working to resolve the issues with the ‘whatsNew’ function. Regarding the character limit for Apple’s IAPs and the inaccurate character count for Hindi, I will work on optimizing this. Also, the idea of copying a line along with all its translations is excellent! I’ve added it to my development plan. This will certainly facilitate easier updates and management of IAPs. |
Thank you very much, maybe Game Center and then there are no more wishes from my point of view - great tool :) |
Ok, I'm still working on Game Center. Localizing Game Center involves not just text but also options and images. So, I'll need to refactor some code to accommodate these elements. It will take a bit longer than In-App Purchase. |
Sorry for the wait. Please upgrade to version 0.13.0 Added
Fixed
|
Thank you very much! We have a release next week and I will try out all the new features and let you know then! |
We have 37 Group Achievements, but no Leaderboard. What exactly do you mean by the group feature? |
Sorry, I haven't identified the cause of this issue yet. Please upgrade to version 0.13.1, which will log outputs to ~/Library/Logs/LocalizeX/. After opening the game on app store connect in LocalizeX, please send me the logs. Thank you. |
Yesterday we tried to have our “whatsNew” translated.
For example, change the text to just one line:
Press the Play button:
The translation is not adjusted.
And even if I delete the fields and synchronize them again with App Store Connect, they are still there on App Store Connect.
I also noticed that the line breaks only work in the right view. If you insert a text with line breaks on the left in the table, they are missing later in AppStoreConnect.
But if you insert it right, then it is not taken over correctly in the translations, only if you update each language individually, but not with the Play button.
The text was updated successfully, but these errors were encountered: