Anton Maminov

Results 55 comments of Anton Maminov

AppleScript ``` tell application "System Events" tell every desktop set picture to POSIX file "/path/to/wallpaper.jpeg" end tell end tell ``` But this solution seems to change the wallpaper **only** in...

Hi @rosenpin . What is the expected name for `app/src/main/res/values-kab-rKAB`? You can use [Languages mapping](https://github.com/crowdin/crowdin-cli#languages-mapping) feature if you need non-standard names for language.

Hi @amura11 Yes, you can use [Languages mapping](https://github.com/crowdin/crowdin-cli#languages-mapping). I think something like this should help you: ```yaml files: - source: [...] translation: [...] languages_mapping: locale: # crowdin_language_code: local_name fr: fr...

@rbioteau yes ``` crowdin-cli download -l ```

Unfortunately, you can't because Crowdin API does not support this. But `all` contains only languages that are configured in the project. Of course, you can download each language separately. But...

I think you should ask Crowdin support is if possible to have this thing in the future. Maybe @Andrulko can answer?

```lua -- When editing a file, always jump to the last known cursor position. -- Don't do it when the position is invalid, when inside an event handler, -- for...

to fix the `check_ameba` workflow go to Setting -> Actions -> General and check "Read and write permissions" ![image](https://user-images.githubusercontent.com/61285/232903244-f62bab69-8772-409a-96cf-11e573374586.png)

@sdogruyol I don't know why https://github.com/crystal-ameba/github-action requires write permissions

@sdogruyol I don't understand why `check_ameba` fails. It works fine on my fork.