Skip to content

feat(bundler): wix localization, closes #3174#3179

Merged
lucasfernog merged 8 commits intonextfrom
feat/wix-localization
Feb 5, 2022
Merged

feat(bundler): wix localization, closes #3174#3179
lucasfernog merged 8 commits intonextfrom
feat/wix-localization

Conversation

@lucasfernog
Copy link
Member

What kind of change does this PR introduce?

  • Bugfix
  • Feature
  • Docs
  • New Binding issue #___
  • Code style update
  • Refactor
  • Build-related changes
  • Other, please describe:

Does this PR introduce a breaking change?

  • Yes, and the changes were approved in issue #___
  • No

Checklist

  • When resolving issues, they are referenced in the PR's title (e.g fix #___, #___)
  • A change file is added if any packages will require a version bump due to this PR per the instructions in the readme.
  • I have added a convincing reason for adding this feature, if necessary

Other information

With this PR, the following Tauri configuration is possible:

{
  "tauri": {
    "bundle": {
      "windows": {
        "wix": {
          "language": {
            "en-US": {
              "localePath": "./locale/en-US.wxl"
            },
            "pt-BR": {},
            "zh-CN": {}
          }
        }
      }
    }
  }
}

So you can use WiX localization files in your projects. See #3174

@lucasfernog lucasfernog requested a review from a team as a code owner January 6, 2022 16:10
@lucasfernog lucasfernog requested review from a team January 6, 2022 16:10
@lucasfernog lucasfernog requested a review from a team February 5, 2022 17:18
@lucasfernog lucasfernog merged commit af329f2 into next Feb 5, 2022
@lucasfernog lucasfernog deleted the feat/wix-localization branch February 5, 2022 18:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant