coteditor / CotEditor

Lightweight Plain-Text Editor for macOS
https://coteditor.com
Other
6.38k stars 431 forks source link

Review Spanish localization since CotEditor 4.6.0 #1543

Closed 1024jp closed 3 weeks ago

1024jp commented 11 months ago

@techagus In CotEditor 4.6.0, I updated the Spanish localization by myself by using machine translation in https://github.com/coteditor/CotEditor/commit/761b7cb9b00202c94af6c6c162da1c52ba15bbce. CotEditor 4.6.0 has already been released on 25 Sep. 2023, but I'm still not sure whether my change is acceptable as Spanish localization. So, when you have time, please review them to see whether they have any odd translations.

Originally posted by @1024jp in https://github.com/coteditor/CotEditor/issues/1519#issuecomment-1732270543

1024jp commented 10 months ago

Added translation for CotEditor 4.7.0 in f121d3466e9563a876889a73b53a032ff4a73f26 (cf. #1553).

1024jp commented 8 months ago

Added translation for CotEditor 4.7.2 in a8b4062a764f3393a1df75a0a7c45ce5da7c04de (cf. https://github.com/coteditor/CotEditor/issues/1573) and also c523f941dfc8b1317928a45d58b149456f1d971c.

1024jp commented 7 months ago

Because all the localizable strings were migrated to new String Catalog format, the previous diff may not work anymore. So please work directory in Xcode. The status of all the Spanish strings requiring native check are marked as "NEEDS REVIEW" in the Xcode string catalog editor.

If you have further questions about the new String Catalog, feel free to let me know.

bucanero commented 5 months ago

hi @1024jp , I'm a native Spanish speaker, so if this is still open I can help and review the translation

1024jp commented 5 months ago

@bucanero Thank you for the kind offer!

I actually have just decided to find a new maintainer for the Spanish localization recently. Therefore, I have to find a new maintainer for the Spanish localization anyway. But one-time review is also helpful in this situation. (If you are interested also in being the maintainer, let me know.)

cf. Localization maintenance instruction for CotEditor project

Well, have you experienced localizing applications for Apple products using Xcode? If yes, the process would be simple follow the guidance below. If no, I'll share a localization template only for Spanish localization so that you can work easily. Let me know.

Reviewing process for existing localization strings

Fork the CotEditor repo (this one) and open CotEditor.xcodeproj in Xcode. Under the Resources section, there are the Storyboard and Localizables subsections. In those sections, there are multiple files for the localization. In each localization file, you can see the percentage of the completion. If the Spanish is not 100%, it means there are some strings to be reviewed.

Screenshot 2024-04-28 at 20 00 11

All strings to be reviewed are marked as NEEDS REVIEW with an orange badge. When you edit the string, it will turn into Reviewed (with a green checkmark). If there is nothing to change, just mark them as Reviewed via the context menu on each table row.

Screenshot 2024-04-28 at 20 03 10

Repeat the process for all localizable files.

The current Spanish strings to be reviewed are written by me using machine translation and my poor knowledge of Spanish. So, it would contain a lot of odd expressions for native speakers.

If you have any question, feel free to ask me.

1024jp commented 3 weeks ago

I close this issue to transfer the recruitment to #1709

1024jp commented 3 weeks ago

@bucanero Please let me know whether you are still interested in reviewing. Just a one-time reviewing the existing strings is also helpful.