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

A lot of custom project setups contain Different targets in root folder. Frameworks, External included subprojects (git submodules) and so on. With this config all of them are scanned. ```...

enhancement
Priority: Medium

I have an app which supports Siri Shortcuts, therefore I have a `.intentdefinition` file. This file is also translated, but it looks like, BartyCrouch ignores this file.

enhancement
Ongoing
Priority: Medium

As described in my article [Safer Localization in SwiftUI](https://dev.to/jeehut/safer-localization-in-swiftui-4gn8), BartyCrouch can already be used for normalizing and linting localiation on SwiftUI-only applications. But the transformation from `NSLocalizedString` or `BartyCrouch.translate` doesn't...

enhancement
BartyCrouch5
Priority: Medium

When there's no comment, extractlocstrings will generate entries like `/* No comment provided by engineer. */` all over the place. These comments should be removed by default on normalization. There...

enhancement
Priority: Low

- When changing a comment for a translation key that has been added in a previous run of bartycrouch, the corresponding comment line in all translation files will not be...

bug

## Expected Behavior no error ## Actual Behavior bartycrouch work,but throw a error with “bad entry in file /Users/xxx/Desktop/project_xxx/project_xxx/Macros.swift (line = 11): Argument is not a literal string.” ## Steps...

enhancement

## Problem The `BartyCrouch.translate` command (with `transformer = "swiftgenStructured"`) currently only produces a valid output if there is only one `.strings` file in the SwiftGen `.strings` input path specified in...

enhancement

## Expected Behavior translation using Microsoft Translator API ## Actual Behavior Keep empty translations and say "Found empty value for key ..." ## Steps to Reproduce the Problem 1. Add...

bug

#214 completely breaks all functionality if you try to run this tool in a project which is located at **"/User/user/Docs/projects/some_project"**

bug

if the tableName or key is a variable, this problem would occur. Could anyone tell me how can i ignore this error message?

enhancement
help wanted