[PR #3347] [MERGED] [PM-6942][PM-8016] Push string resources to Crowdin #79394

Closed
opened 2026-05-19 17:07:13 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/bitwarden/android/pull/3347
Author: @SaintPatrck
Created: 6/24/2024
Status: Merged
Merged: 6/25/2024
Merged by: @SaintPatrck

Base: mainHead: pm-8016/push-to-crowdin


📝 Commits (3)

  • 7c0050f [PM-8016] Push string resources to Crowdin
  • 0bd4e69 Remove java version env var
  • 069df8d Remove unused global env var

📊 Changes

2 files changed (+49 additions, -0 deletions)

View changed files

.github/workflows/crowdin-push.yml (+40 -0)
crowdin.yml (+9 -0)

📄 Description

🎟️ Tracking

https://bitwarden.atlassian.net/browse/PM-8016

📔 Objective

Upload source strings to Crowdin on push events to main.

When uploading, directory hierarchy is preserved to decouple Android source files from other platforms.

Target destination for Android string source files is res/values/strings.xml

Reminders before review

  • Contributor guidelines followed
  • All formatters and local linters executed and passed
  • Written new unit and / or integration tests where applicable
  • Used internationalization (i18n) for all UI strings
  • CI builds passed
  • Communicated to DevOps any deployment requirements
  • Updated any necessary documentation or informed the documentation team

🦮 Reviewer guidelines

  • 👍 (:+1:) or similar for great changes
  • 📝 (:memo:) or ℹ️ (:information_source:) for notes or general info
  • (:question:) for questions
  • 🤔 (:thinking:) or 💭 (:thought_balloon:) for more open inquiry that's not quite a confirmed
    issue and could potentially benefit from discussion
  • 🎨 (:art:) for suggestions / improvements
  • (:x:) or ⚠️ (:warning:) for more significant problems or concerns needing attention
  • 🌱 (:seedling:) or ♻️ (:recycle:) for future improvements or indications of technical debt
  • ⛏ (:pick:) for minor or nitpick changes

🔄 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/3347 **Author:** [@SaintPatrck](https://github.com/SaintPatrck) **Created:** 6/24/2024 **Status:** ✅ Merged **Merged:** 6/25/2024 **Merged by:** [@SaintPatrck](https://github.com/SaintPatrck) **Base:** `main` ← **Head:** `pm-8016/push-to-crowdin` --- ### 📝 Commits (3) - [`7c0050f`](https://github.com/bitwarden/android/commit/7c0050f47f09e3e7f2f4571c5477c0a11e2d614a) [PM-8016] Push string resources to Crowdin - [`0bd4e69`](https://github.com/bitwarden/android/commit/0bd4e693cdd18ce49cb1b563b1b502fee853b9cb) Remove java version env var - [`069df8d`](https://github.com/bitwarden/android/commit/069df8dafcddc0177bfe8e7e48013e7c0a71f773) Remove unused global env var ### 📊 Changes **2 files changed** (+49 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `.github/workflows/crowdin-push.yml` (+40 -0) ➕ `crowdin.yml` (+9 -0) </details> ### 📄 Description ## 🎟️ Tracking https://bitwarden.atlassian.net/browse/PM-8016 ## 📔 Objective Upload source strings to Crowdin on push events to `main`. When uploading, directory hierarchy is preserved to decouple Android source files from other platforms. Target destination for Android string source files is `res/values/strings.xml` ## ⏰ Reminders before review - Contributor guidelines followed - All formatters and local linters executed and passed - Written new unit and / or integration tests where applicable - Used internationalization (i18n) for all UI strings - CI builds passed - Communicated to DevOps any deployment requirements - Updated any necessary documentation or informed the documentation team ## 🦮 Reviewer guidelines <!-- Suggested interactions but feel free to use (or not) as you desire! --> - 👍 (`:+1:`) or similar for great changes - 📝 (`:memo:`) or ℹ️ (`:information_source:`) for notes or general info - ❓ (`:question:`) for questions - 🤔 (`:thinking:`) or 💭 (`:thought_balloon:`) for more open inquiry that's not quite a confirmed issue and could potentially benefit from discussion - 🎨 (`:art:`) for suggestions / improvements - ❌ (`:x:`) or ⚠️ (`:warning:`) for more significant problems or concerns needing attention - 🌱 (`:seedling:`) or ♻️ (`:recycle:`) for future improvements or indications of technical debt - ⛏ (`:pick:`) for minor or nitpick changes --- <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 2026-05-19 17:07:13 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/android#79394