download icon indicating copy to clipboard operation
download copied to clipboard

Download localizable files from the Localazy translation management platform.

Results 6 download issues
Sort by recently updated
recently updated
newest added

And other steps lack write permissions to them See https://github.com/vector-im/element-desktop/actions/runs/6119792361/job/16610425401 Workaround https://github.com/matrix-org/matrix-web-i18n/blob/main/.github/workflows/localazy_download.yaml#L28

> Error: Container action is only supported on Linux We need this because we're trying to build our iOS smartphone app using macos-latest

Localazy adds a space before a colon, whereas Xcode does not. This leads to large diffs upon download or building the iOS project.

Using command via localazy:cli docker image does not work on arm arhitecture. ```bash docker run --rm -v $(pwd):/localazy localazy/cli:latest localazy download WARNING: The requested image's platform (linux/amd64) does not match...

Our Siri-driving `AppShortcuts.strings` file is carefully organized to align with how our Shortcuts are declared in code. This makes it easier to match edits between .strings and .swift. Localazy downloads,...

Our localazy-download Github action looks like this: I could see in the output of the "Download translations from Localazy" step that it writes the language files (all 4 languages) in...