OrderOfTheBee / ootbee-support-tools

OOTBee Support Tools addon to extend set of administrative tools on Repository- and Share-tier
Other
66 stars 38 forks source link

Spanish translation to prepare 1.2.0.0 release #197

Closed angelborroy closed 2 years ago

angelborroy commented 2 years ago

Only master branch seems to be available.

AFaust commented 2 years ago

Thanks @angelborroy . Do you maybe have time to look over the Share and webscript specific i18n resources? I.e. /support-tools-repo/src/main/resources/alfresco/templates/webscripts/org/orderofthebee/support-tools/admin/ootbee-support-tools/rendition-service2-localTransform-logs.get_es.properties, /support-tools-repo/src/main/resources/alfresco/templates/webscripts/org/orderofthebee/support-tools/admin/ootbee-support-tools/transform.get_es.properties, or /support-tools-share/src/main/resources/alfresco/messages/ootbee-support-tools_es.properties (in the last one, I'd also have a question about consistency between the name for JS Console in Spanish: should it be Consola JavaScript everywhere?).

angelborroy commented 2 years ago

I guess that now I covered everything, but let me know if I missed something.

Spanish developers use that "Consola JavaScript" term to identify the JS Console from many years ago. But using "JS Console" is also an option.

AFaust commented 2 years ago

One minor, last bit: Can you squash your commits so I can use "Rebase & Merge"?

angelborroy commented 2 years ago

I've created a new one in PR #199, not sure how to squash commits in this branch/PR.

AFaust commented 2 years ago

For future reference, squashing can be done by executing git rebase -i upstream/master (assuming that upstream is the alias of the OOTBee Support Tools remote repository), and marking all but the latest commit for being squashed. Afterwards, a git push origin <branchName> --force would update the PR branch with the squashed commit.