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

Localization update #155

Open
wants to merge 13 commits into
base: blender-v4
Choose a base branch
from
Open

Conversation

mmmhj2
Copy link

@mmmhj2 mmmhj2 commented Jun 5, 2024

I have made some improvements to the m17n part of the code, specifically used official UI translation add-on to manage i18n information. This allows better organization and translation of hundreds of tooltips.

I've also proofreaded previous Chinese translations and fixed some typos. However I don't speak Japanese and cannot help with that part :(

Currently some translations are still missing, and I will finish Chinese translation soon.

@mmmhj2
Copy link
Author

mmmhj2 commented Jun 6, 2024

Most translations are done. However some strings are not extracted by the translation add-on and some redundant ones present. See this issue for details.

@mmmhj2
Copy link
Author

mmmhj2 commented Jun 7, 2024

Most translations are done. I believe it's ready for merging.

@mmmhj2 mmmhj2 marked this pull request as ready for review June 7, 2024 07:44
@mmmhj2 mmmhj2 changed the title WIP: Localization update Localization update Jun 7, 2024
@UuuNyaa
Copy link
Owner

UuuNyaa commented Jun 12, 2024

Thank you for the contribution! 😀
I am new to the official UI translation add-on and will look into translate/merge process.

By the way, we may not need to translate the following items, is it possible to remove them?

bpy.types.BoolProperty
bpy.types.BoolProperty.array_dimensions
bpy.types.BoolProperty.array_length
bpy.types.BoolProperty.default
bpy.types.BoolProperty.default_array
bpy.types.BoolProperty.is_array
bpy.types.CollectionProperty
bpy.types.CollectionProperty.fixed_type
bpy.types.StringProperty
bpy.types.StringProperty.default
bpy.types.StringProperty.length_max

@mmmhj2
Copy link
Author

mmmhj2 commented Jun 12, 2024

Thank you for the contribution! 😀 I am new to the official UI translation add-on and will look into translate/merge process.

By the way, we may not need to translate the following items, is it possible to remove them?

bpy.types.BoolProperty
bpy.types.BoolProperty.array_dimensions
bpy.types.BoolProperty.array_length
bpy.types.BoolProperty.default
bpy.types.BoolProperty.default_array
bpy.types.BoolProperty.is_array
bpy.types.CollectionProperty
bpy.types.CollectionProperty.fixed_type
bpy.types.StringProperty
bpy.types.StringProperty.default
bpy.types.StringProperty.length_max

They can be removed safely. However due to the bug of the translation add-on, each time running these entries will be added back, so I just left them there.

@UuuNyaa
Copy link
Owner

UuuNyaa commented Jun 12, 2024

@mmmhj2 Thanks for the answer. I now understand why it remains.

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

Successfully merging this pull request may close these issues.

None yet

2 participants