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

Tractar tots els fitxers *.strings, no només Localizable.strings #281

Open
pereorga opened this issue Aug 10, 2023 · 0 comments
Open

Tractar tots els fitxers *.strings, no només Localizable.strings #281

pereorga opened this issue Aug 10, 2023 · 0 comments

Comments

@pereorga
Copy link
Member

pereorga commented Aug 10, 2023

Localizable.strings és el fitxer per defecte, però alguns projectes tenen diversos fitxers .strings amb altres noms (en general, com més gran és el projecte, més tendeix a que tingui les cadenes distribuïdes en diversos fitxers).

Per exemple, al Cyberduck:

$ git clone --depth=1 https://github.com/iterate-ch/cyberduck
$ ls cyberduck/i18n/src/main/resources/ca.lproj/*.strings
Alert.strings Crash.strings File.strings Login.strings ServicesMenu.strings
Archive.strings Credentials.strings Folder.strings Main.strings Sftp.strings
Azure.strings Cryptomator.strings Goto.strings Mosso.strings Status.strings
Bookmark.strings Donate.strings Info.strings Preferences.strings Support.strings
Browser.strings Download.strings InfoPlist.strings Profiles.strings Transfer.strings
Command.strings Duplicate.strings Keychain.strings Prompt.strings
Configuration.strings EUE.strings License.strings S3.strings
Connection.strings Error.strings Localizable.strings SDS.strings

I no són fitxers més petits:

$ prop2po -t en.lproj/Localizable.strings -i ca.lproj/Localizable.strings | wc -l
processing 1 files...
[###########################################] 100%
664
$ prop2po -t en.lproj/Main.strings -i ca.lproj/Main.strings | wc -l
processing 1 files...
[###########################################] 100%
692

Entenc que es podria agafar qualsevol fitxer acabat amb .strings, si existeix tant al directori anglès com al català.

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

1 participant