passepartout-apple/scripts/env.sh
Davide a187fd56e0
Import manual translations with GPT (#1037)
Save prompt for proper input format.
2024-12-22 10:10:54 +01:00

13 lines
400 B
Bash

#!/bin/bash
platforms="iOS macOS tvOS"
devices="iphone ipad mac appletv"
changelog="CHANGELOG.txt"
metadata_root="fastlane/metadata"
metadata_path="default/release_notes.txt"
api_git="https://github.com/passepartoutvpn/api"
api_version="v5"
api_path=".api"
api_package_path="Library/Sources/CommonAPI/API"
translations_input_path="l10n"
translations_output_path="Library/Sources/UILibrary/Resources"