fk

Results 46 comments of fk

Hi, Maybe the Readme-file is not clear about it, but the Azure-service expects you to pass an API-key as serviceConfig (not a JSON-filename!).

I cannot share a complete Azure-command because I do not have an Azure-API-key right now. But once you have a valid API-key, you can pass this API-key via `—serviceConfig= —service=azure`....

To translate a folder, you need to invoke attranslate for each file separately. But you could write a shell-script that does those invocations in parallel for all the files that...

Hi, Unfortunately, the current XML-translation is pretty much limited to Android-XMLs. To make it more usable for Non-Android-XMLs, we would probably need a rewrite of the XML-code. Right now, I...

As an example-XML, you can take a look at the XMLs in https://github.com/fkirc/attranslate/tree/master/sample-scripts/xml-generic or in https://github.com/fkirc/attranslate/tree/master/sample-scripts/android/app/src/main/res. This should give you an idea about the currently supported XMLs. Now to improve...

Yeah, I think that the current implementation expects to have the text between XML-tags, so it might work with a regex-transformation.

I would prefer to list not only individual packages, but to also have the ability to list entire organizations. For example, organizations like `@types` or `@symfony` could be good candidates...

More generally, it would be nice to have some documentation about whitespace-preservation. My use case is `attranslate`, a new tool to translate apps and websites: https://github.com/fkirc/attranslate For translations, we would...

To be honest, I believe that nothing will be merged. You could use my fork that includes this fix, which is also used by https://github.com/fkirc/attranslate. Or you could make your...

For a function that is called `parseStringSomething`, it is strange that there doesn't exist a synchronous version. After all, all the parsing logic should be naturally synchronous. Nevertheless, I hope...