[PR #2552] [MERGED] [AC-762] Configure Crowdin to localize watch app #3636

Closed
opened 2025-11-26 23:35:31 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/bitwarden/android/pull/2552
Author: @fedemkr
Created: 5/30/2023
Status: Merged
Merged: 7/17/2023
Merged by: @fedemkr

Base: masterHead: AC-762-localize-watch


📝 Commits (4)

  • 4a4280b AC-762 Added localization files to watch project
  • 57f52aa AC-762 Added crowdin config for watchOS localizable files
  • 011213a Merge branch 'master' into AC-762-localize-watch
  • 89bff61 Merge branch 'master' into AC-762-localize-watch

📊 Changes

62 files changed (+794 additions, -0 deletions)

View changed files

📝 crowdin.yml (+12 -0)
src/watchOS/bitwarden/bitwarden WatchKit Extension/Localization/af.lproj/Localizable.strings (+10 -0)
src/watchOS/bitwarden/bitwarden WatchKit Extension/Localization/ar.lproj/Localizable.strings (+10 -0)
src/watchOS/bitwarden/bitwarden WatchKit Extension/Localization/az.lproj/Localizable.strings (+10 -0)
src/watchOS/bitwarden/bitwarden WatchKit Extension/Localization/be.lproj/Localizable.strings (+10 -0)
src/watchOS/bitwarden/bitwarden WatchKit Extension/Localization/bg.lproj/Localizable.strings (+10 -0)
src/watchOS/bitwarden/bitwarden WatchKit Extension/Localization/bn.lproj/Localizable.strings (+10 -0)
src/watchOS/bitwarden/bitwarden WatchKit Extension/Localization/bs.lproj/Localizable.strings (+10 -0)
src/watchOS/bitwarden/bitwarden WatchKit Extension/Localization/ca.lproj/Localizable.strings (+10 -0)
src/watchOS/bitwarden/bitwarden WatchKit Extension/Localization/cs.lproj/Localizable.strings (+10 -0)
src/watchOS/bitwarden/bitwarden WatchKit Extension/Localization/cy.lproj/Localizable.strings (+10 -0)
src/watchOS/bitwarden/bitwarden WatchKit Extension/Localization/da.lproj/Localizable.strings (+10 -0)
src/watchOS/bitwarden/bitwarden WatchKit Extension/Localization/de.lproj/Localizable.strings (+10 -0)
src/watchOS/bitwarden/bitwarden WatchKit Extension/Localization/el.lproj/Localizable.strings (+10 -0)
src/watchOS/bitwarden/bitwarden WatchKit Extension/Localization/en-GB.lproj/Localizable.strings (+10 -0)
src/watchOS/bitwarden/bitwarden WatchKit Extension/Localization/en-IN.lproj/Localizable.strings (+10 -0)
src/watchOS/bitwarden/bitwarden WatchKit Extension/Localization/es.lproj/Localizable.strings (+10 -0)
src/watchOS/bitwarden/bitwarden WatchKit Extension/Localization/et.lproj/Localizable.strings (+10 -0)
src/watchOS/bitwarden/bitwarden WatchKit Extension/Localization/eu.lproj/Localizable.strings (+10 -0)
src/watchOS/bitwarden/bitwarden WatchKit Extension/Localization/fa.lproj/Localizable.strings (+10 -0)

...and 42 more files

📄 Description

Type of change

  • Bug fix
  • New feature development
  • Tech debt (refactoring, code cleanup, dependency upgrades, etc)
  • Build/deploy pipeline (DevOps)
  • Other

Objective

Localize the watch app, therefore setup Crowdin GitHub actions configuration to do so.

Code changes

  • Any Localizable.strings and project.pbxproj: Added all the languages that are supported on the main app.
  • crowdin.yml: Set up watch app localizable files with Crowdin

Before you submit

  • Please check for formatting errors (dotnet format --verify-no-changes) (required)
  • Please add unit tests where it makes sense to do so (encouraged but not required)
  • If this change requires a documentation update - notify the documentation team
  • If this change has particular deployment requirements - notify the DevOps team

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/bitwarden/android/pull/2552 **Author:** [@fedemkr](https://github.com/fedemkr) **Created:** 5/30/2023 **Status:** ✅ Merged **Merged:** 7/17/2023 **Merged by:** [@fedemkr](https://github.com/fedemkr) **Base:** `master` ← **Head:** `AC-762-localize-watch` --- ### 📝 Commits (4) - [`4a4280b`](https://github.com/bitwarden/android/commit/4a4280b6dbfdb9bd1e80c55fc17a273e39222837) AC-762 Added localization files to watch project - [`57f52aa`](https://github.com/bitwarden/android/commit/57f52aa4b84fef67dc685b56779ace0920fd5b24) AC-762 Added crowdin config for watchOS localizable files - [`011213a`](https://github.com/bitwarden/android/commit/011213af8da958aa1a3ab283f2d42f1b2ef9466a) Merge branch 'master' into AC-762-localize-watch - [`89bff61`](https://github.com/bitwarden/android/commit/89bff617a62ea950b083fb93e3551f0c51795e74) Merge branch 'master' into AC-762-localize-watch ### 📊 Changes **62 files changed** (+794 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `crowdin.yml` (+12 -0) ➕ `src/watchOS/bitwarden/bitwarden WatchKit Extension/Localization/af.lproj/Localizable.strings` (+10 -0) ➕ `src/watchOS/bitwarden/bitwarden WatchKit Extension/Localization/ar.lproj/Localizable.strings` (+10 -0) ➕ `src/watchOS/bitwarden/bitwarden WatchKit Extension/Localization/az.lproj/Localizable.strings` (+10 -0) ➕ `src/watchOS/bitwarden/bitwarden WatchKit Extension/Localization/be.lproj/Localizable.strings` (+10 -0) ➕ `src/watchOS/bitwarden/bitwarden WatchKit Extension/Localization/bg.lproj/Localizable.strings` (+10 -0) ➕ `src/watchOS/bitwarden/bitwarden WatchKit Extension/Localization/bn.lproj/Localizable.strings` (+10 -0) ➕ `src/watchOS/bitwarden/bitwarden WatchKit Extension/Localization/bs.lproj/Localizable.strings` (+10 -0) ➕ `src/watchOS/bitwarden/bitwarden WatchKit Extension/Localization/ca.lproj/Localizable.strings` (+10 -0) ➕ `src/watchOS/bitwarden/bitwarden WatchKit Extension/Localization/cs.lproj/Localizable.strings` (+10 -0) ➕ `src/watchOS/bitwarden/bitwarden WatchKit Extension/Localization/cy.lproj/Localizable.strings` (+10 -0) ➕ `src/watchOS/bitwarden/bitwarden WatchKit Extension/Localization/da.lproj/Localizable.strings` (+10 -0) ➕ `src/watchOS/bitwarden/bitwarden WatchKit Extension/Localization/de.lproj/Localizable.strings` (+10 -0) ➕ `src/watchOS/bitwarden/bitwarden WatchKit Extension/Localization/el.lproj/Localizable.strings` (+10 -0) ➕ `src/watchOS/bitwarden/bitwarden WatchKit Extension/Localization/en-GB.lproj/Localizable.strings` (+10 -0) ➕ `src/watchOS/bitwarden/bitwarden WatchKit Extension/Localization/en-IN.lproj/Localizable.strings` (+10 -0) ➕ `src/watchOS/bitwarden/bitwarden WatchKit Extension/Localization/es.lproj/Localizable.strings` (+10 -0) ➕ `src/watchOS/bitwarden/bitwarden WatchKit Extension/Localization/et.lproj/Localizable.strings` (+10 -0) ➕ `src/watchOS/bitwarden/bitwarden WatchKit Extension/Localization/eu.lproj/Localizable.strings` (+10 -0) ➕ `src/watchOS/bitwarden/bitwarden WatchKit Extension/Localization/fa.lproj/Localizable.strings` (+10 -0) _...and 42 more files_ </details> ### 📄 Description ## Type of change - [ ] Bug fix - [X] New feature development - [ ] Tech debt (refactoring, code cleanup, dependency upgrades, etc) - [ ] Build/deploy pipeline (DevOps) - [ ] Other ## Objective <!--Describe what the purpose of this PR is. For example: what bug you're fixing or what new feature you're adding--> Localize the watch app, therefore setup Crowdin GitHub actions configuration to do so. ## Code changes <!--Explain the changes you've made to each file or major component. This should help the reviewer understand your changes--> <!--Also refer to any related changes or PRs in other repositories--> * **Any Localizable.strings and project.pbxproj:** Added all the languages that are supported on the main app. * **crowdin.yml:** Set up watch app localizable files with Crowdin ## Before you submit - Please check for formatting errors (`dotnet format --verify-no-changes`) (required) - Please add **unit tests** where it makes sense to do so (encouraged but not required) - If this change requires a **documentation update** - notify the documentation team - If this change has particular **deployment requirements** - notify the DevOps team --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-26 23:35:31 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/android#3636