diff options
author | Harsh Shandilya <me@msfjarvis.dev> | 2024-08-18 13:40:12 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-18 08:10:12 +0000 |
commit | 71161e20f8610b989e7a0d803249e17362e10ddc (patch) | |
tree | df45bc53ac65e3ec00739af3a7a93d6348f03032 /app/src/nonFree/res/values-gl-rES | |
parent | 919f708df28c98a8a124554717710e149b138a1b (diff) |
fix: rework Crowdin integration (#3175)
* chore: set up Crowdin configuration
* fix(app): sync strings from Crowdin
Closes #3174
* fix(ci): use crowdin/github-action instead of homebrew setup
* fix(build): remove obsolete Crowdin plugin
Diffstat (limited to 'app/src/nonFree/res/values-gl-rES')
-rw-r--r-- | app/src/nonFree/res/values-gl-rES/strings.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/app/src/nonFree/res/values-gl-rES/strings.xml b/app/src/nonFree/res/values-gl-rES/strings.xml new file mode 100644 index 00000000..b68283db --- /dev/null +++ b/app/src/nonFree/res/values-gl-rES/strings.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- + ~ Copyright © 2014-2024 The Android Password Store Authors. All Rights Reserved. + ~ SPDX-License-Identifier: GPL-3.0-only + --> +<resources> + <string name="oreo_autofill_waiting_for_sms">Agardando polo SMS…</string> +</resources> |