Skip to content

feat(i18n): add Swedish locale #2659

feat(i18n): add Swedish locale

feat(i18n): add Swedish locale #2659

name: Tauri Builder - Nightly / External PRs
on:
pull_request:
branches:
- main
paths:
- '.github/workflows/jan-tauri-build-nightly-external.yaml'
- '.github/workflows/template-tauri-build-*-external.yml'
- 'src-tauri/**'
- 'core/**'
- 'web-app/**'
- 'extensions/**'
- 'scripts/**'
- 'pre-install/**'
- 'Makefile'
- 'package.json'
concurrency:
group: nightly-external-${{ github.ref }}
cancel-in-progress: true
jobs:
get-update-version:
if: github.event.pull_request.head.repo.full_name != github.repository
uses: ./.github/workflows/template-get-update-version.yml
build-macos:
if: github.event.pull_request.head.repo.full_name != github.repository
uses: ./.github/workflows/template-tauri-build-macos-external.yml
needs: [get-update-version]
with:
ref: ${{ github.ref }}
new_version: ${{ needs.get-update-version.outputs.new_version }}
channel: nightly
build-windows-x64:
if: github.event.pull_request.head.repo.full_name != github.repository
uses: ./.github/workflows/template-tauri-build-windows-x64-external.yml
needs: [get-update-version]
with:
ref: ${{ github.ref }}
new_version: ${{ needs.get-update-version.outputs.new_version }}
channel: nightly
build-linux-x64:
if: github.event.pull_request.head.repo.full_name != github.repository
uses: ./.github/workflows/template-tauri-build-linux-x64-external.yml
needs: [get-update-version]
with:
ref: ${{ github.ref }}
new_version: ${{ needs.get-update-version.outputs.new_version }}
channel: nightly
disable_updater: false