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

I have multiple string files in my project and I use them using ``` swift NSLocalizedString("Please add description.", tableName: "SellForm", bundle: NSBundle.mainBundle(), value: "", comment: "") ``` but BC doesn't...

enhancement

Hi! The `overrideComments` option doesn't seem to work for me. I can only get the comments to change in my `Localizable.strings` file if I first manually delete the comment from...

bug

## Problem Statement If a translator wants to add a new language, and does that through Xcode, all the translated UI strings in the .strings files will be automatically copied...

## Steps to Reproduce: In SwiftUI Text() and Button() are automatically localisable. For instance using `Text("Title")`, automatically looks for localisations with the key `"Title"` Unfortunately when running bartycrouch, if there's...

Fixes https://github.com/FlineDev/BartyCrouch/issues/264 ## Proposed Changes I have adjusted the logic of `incrementalCodeUpdate` method to properly handle extracting strings from source files specified via multiple entries in `update.code.codePaths` option. In the...

## Steps to Reproduce: I have my `.bartycrouch.toml` configured in a way that it looks up strings in multiple code directories referenced via `../` and combining them into one `Localizable.strings`...

The pipeline for 4.12.0 failed and so it's not possible to upgrade to this version of the tool via brew.