Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Added Localisation for English, Portuguese, Spanish, Mandarin and Cantonese #1461

Merged
merged 62 commits into from
Oct 21, 2024

Conversation

CurtlyCritchlow
Copy link
Contributor

- What I did

  • Added Localisation for English, Portuguese, Spanish, Mandarin and Cantonese
  • The default language is based on the user device language
    - How I did it

- How to verify it

- Description for the changelog

CurtlyCritchlow and others added 30 commits October 10, 2024 08:42
Bumps the github-actions group with 1 update: [actions/upload-artifact](https://github.com/actions/upload-artifact).


Updates `actions/upload-artifact` from 4.4.1 to 4.4.2
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@604373d...8448086)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps the pub group with 2 updates in the /packages/dart/sshnoports directory: [at_cli_commons](https://github.com/atsign-foundation/at_libraries/tree/trunk/packages) and [at_onboarding_cli](https://github.com/atsign-foundation/at_libraries).


Updates `at_cli_commons` from 1.1.0 to 1.2.0
- [Release notes](https://github.com/atsign-foundation/at_libraries/releases)
- [Commits](https://github.com/atsign-foundation/at_libraries/commits/HEAD/packages)

Updates `at_onboarding_cli` from 1.6.4 to 1.7.0
- [Release notes](https://github.com/atsign-foundation/at_libraries/releases)
- [Commits](https://github.com/atsign-foundation/at_libraries/commits)

---
updated-dependencies:
- dependency-name: at_cli_commons
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pub
- dependency-name: at_onboarding_cli
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pub
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps the github-actions group with 1 update: [actions/upload-artifact](https://github.com/actions/upload-artifact).


Updates `actions/upload-artifact` from 4.4.2 to 4.4.3
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@8448086...b4b15b8)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <[email protected]>
XavierChanth and others added 18 commits October 18, 2024 10:08
Bumps the github-actions group with 1 update: [anchore/sbom-action](https://github.com/anchore/sbom-action).


Updates `anchore/sbom-action` from 0.17.2 to 0.17.3
- [Release notes](https://github.com/anchore/sbom-action/releases)
- [Changelog](https://github.com/anchore/sbom-action/blob/main/RELEASE.md)
- [Commits](anchore/sbom-action@61119d4...f5e124a)

---
updated-dependencies:
- dependency-name: anchore/sbom-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps the github-actions group with 1 update: [github/codeql-action](https://github.com/github/codeql-action).


Updates `github/codeql-action` from 3.26.12 to 3.26.13
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](github/codeql-action@c36620d...f779452)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <[email protected]>
…to choose the version of npm being used - just require that it be >= 10.8.2
fix: fix compile error introduced by a package change
Bumps the github-actions group with 1 update: [anchore/sbom-action](https://github.com/anchore/sbom-action).


Updates `anchore/sbom-action` from 0.17.3 to 0.17.4
- [Release notes](https://github.com/anchore/sbom-action/releases)
- [Changelog](https://github.com/anchore/sbom-action/blob/main/RELEASE.md)
- [Commits](anchore/sbom-action@f5e124a...8d0a650)

---
updated-dependencies:
- dependency-name: anchore/sbom-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps the docker group with 2 updates in the /packages/dart/sshnoports/tools directory: dart and debian.
Bumps the docker group with 2 updates in the /tests/end2end_tests/image directory: dart and debian.
Bumps the docker group with 1 update in the /tools/multibuild directory: atsigncompany/buildimage.


Updates `dart` from `93ce3d3` to `9b7b8e5`

Updates `debian` from stable-20240926-slim to stable-20241016-slim

Updates `dart` from `93ce3d3` to `9b7b8e5`

Updates `debian` from stable-20240926-slim to stable-20241016-slim

Updates `atsigncompany/buildimage` from 3.5.2 to 3.5.2_3.6.0-149.3.beta

---
updated-dependencies:
- dependency-name: dart
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: docker
- dependency-name: debian
  dependency-type: direct:production
  dependency-group: docker
- dependency-name: dart
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: docker
- dependency-name: debian
  dependency-type: direct:production
  dependency-group: docker
- dependency-name: atsigncompany/buildimage
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: docker
...

Signed-off-by: dependabot[bot] <[email protected]>
@CurtlyCritchlow CurtlyCritchlow linked an issue Oct 18, 2024 that may be closed by this pull request

static const languages = ['English', 'Spanish', 'Br portuguese', 'Mandarin', 'Cantonese'];
return {'root.atsign.org': strings.rootDomainDefault, 'vip.ve.atsign.zone': strings.rootDomainDemo};
}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for doing this

@XavierChanth
Copy link
Member

Will review the rest after lunch.

@XavierChanth
Copy link
Member

@CurtlyCritchlow can you open a ticket to have each of these translations verified with a native speaker.

@CurtlyCritchlow CurtlyCritchlow merged commit 326533b into trunk Oct 21, 2024
8 of 9 checks passed
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.

feat(npt flutter):Localize Relay selection
4 participants