BartyCrouch icon indicating copy to clipboard operation
BartyCrouch copied to clipboard

Localization/I18n: Incrementally update/translate your Strings files from .swift, .h, .m(m), .storyboard or .xib files.

Results 47 BartyCrouch issues
Sort by recently updated
recently updated
newest added

Hi @Dschee , last month, I used BartyCrouch without any problems. After some time and BartyCrouch installation updated I'm back to translating new strings. But now a new problem arises,...

bug

## Problem Statement I want to make custom name for SwiftGen enum instead of L10n. SwiftGen supports custom type name for generation, but BartyCrouch transform method can use only L10n...

enhancement

## Problem Statement I want to use keys as value only for one base lang, cause other languages should be translated. When i set defaultToKeys = true all languages got...

enhancement

## Expected Behavior Documentation talks about a `translation` configuration. Followed instructions but nothing is translated. ## Actual Behavior No translation

bug

## Expected Behavior Non-sourceLocale languages should have translated strings if the 'translate' step exists. ## Actual Behavior No translations are performed, or even attempted, as near as I can tell....

bug

## Expected Behavior Should be flexibly configurable to work better with other tools. ## Actual Behavior When using BartyCrouch and Phrase.com for translation management, the output from Phrase.com when pulling...

bug

## Expected Behaviour BartyCrouch update command fails to update the sources and add into translated strings. caseToLangCode to evaluate to: `["italian": "it", "chineseSimplified": "zh-Hans", "portuguese": "pt-BR", "malay": "ms", "korean": "ko",...

bug

Support strings to ignore in the translation. Ex: May want to not translate certain substrings in a localization like: Company Name Person Name \(swiftVar), %d, %@, etc... This could also...

question
good first issue

Hello, Why am i getting "Error! The file Localizable.strings couldn't be opened because the text encoding of its contents can't be determined" ? - Xcode 10.1 - Deployment Target: 12.1...

bug

I had a big problem when trying to use BartyCrouch. This was not my first project which made me even more confused. After hours of debugging, I identified that the...