Skip to content

Release 0.11.0

Release 0.11.0 #23

#
# Software Name: Orange Unified Design System
# SPDX-FileCopyrightText: Copyright (c) Orange SA
# SPDX-License-Identifier: MIT
#
# This software is distributed under the MIT license,
# the text of which is available at https://opensource.org/license/MIT/
# or see the "LICENSE" file for more details.
#
# Authors: See CONTRIBUTORS.txt
# Software description: A SwiftUI components library with code examples for Orange Unified Design System
#
# About runners: https://docs.github.com/en/actions/using-github-hosted-runners/using-github-hosted-runners/about-github-hosted-runners
# Runners details: https://github.com/actions/runner-images/tree/main/images/macos
name: Check Localizables
on:
# For protected and most important branches
push:
branches:
- main
- develop
# Pull request events
pull_request:
types:
- opened
- synchronize
jobs:
i18n:
name: Check translations (Swift Polyglot)
runs-on: macos-15
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Clone SwiftPolyglot
run: git clone https://github.com/appdecostudio/SwiftPolyglot.git --branch=1.1.0 ../SwiftPolyglot
- name: Validate translations
run: |
swift build --package-path ../SwiftPolyglot --configuration release
swift run --package-path ../SwiftPolyglot swiftpolyglot en fr --error-on-missing