Skip to content
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

POT file update #4

Closed
glixx opened this issue Jan 3, 2019 · 4 comments
Closed

POT file update #4

glixx opened this issue Jan 3, 2019 · 4 comments

Comments

@glixx
Copy link

glixx commented Jan 3, 2019

POT file are not full. Script is missing to generate POT file.

@imiolek-ireneusz
Copy link
Owner

Just tested by adding:
print(len(self.d) + len(self.b) + len(self.shape_names) + len(self.solid_names))
at the end of default.py and I'm quite suprised to see 482 words which is the same number we have on Transifex which has been set up as suggested on #8.

The line count may be a bit misleading. There are white lines, comments, some obsolete words commented out, etc. The default.py will eventually need a little bit of a clean up one day.
When it comes to the script somehow I preferred adding words manually to the .pot as I was adding new games and used a script to add new lines to all .po files.

@glixx
Copy link
Author

glixx commented Jan 5, 2019

Please check this strings to add into POT file or delete from default.py:

"Violet"
"Catalan clock"
"Apply"
"Nothing here yet..."
"v.%s"
"Decimals"
"Complete the alphabet using letters from the middle line"
"minutes"
"Find and separate the Even Numbers from the Odd Numbers in the above series."
"Re-arrange the above letters so they are in the alphabetical order."
"Re-arrange the above numbers so they are in the ascending order."
"Re-arrange the above numbers so they are in the right order"
"Rearrange the numbers so they are in the right order"
"Expand fractions"
"Learn to count"
"hours"
"To expand a fraction multiply the numerator and the denominator by the same number. Change the multiplicand to see what happens."

@imiolek-ireneusz
Copy link
Owner

imiolek-ireneusz commented Jan 5, 2019

Apologies for closing this issue so soon - and only by using the entry count rather than the actual contents. I can confirm there is a number of issues in this file after running a quick diff with an actual translated file - a few base strings changed over time. I will do a full review of all entries in search of the ones that became obsolete over the years as well - I'm sure there will be quite a few of those.

@glixx
Copy link
Author

glixx commented Jan 6, 2019

All other strings are present in POT file except list above. So they are obsoleted or forgotten for translation. No reasons to check all strings, just from list above.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants