fix: use positional formatter specifiers for auto_upload_worker_start_text#16467
Open
joshtrichards wants to merge 1 commit intomasterfrom
Open
fix: use positional formatter specifiers for auto_upload_worker_start_text#16467joshtrichards wants to merge 1 commit intomasterfrom
auto_upload_worker_start_text#16467joshtrichards wants to merge 1 commit intomasterfrom
Conversation
…t_text` Signed-off-by: Josh <josh.t.richards@gmail.com>
|
APK file: https://www.kaminsky.me/nc-dev/android-artifacts/16467.apk |
|
blue-Light-Screenshot test failed, but no output was generated. Maybe a preliminary stage failed. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Fixes a bunch of lint warnings1 and ensures argument ordering is locale away for this string (at least once all the other languages updates flow through).
Cc: @rakekniven (for the below):
A follow-up is needed on Transifex to fix the remaining one by someone on the ug/Uyghur translation team:
uploader_upload_in_progress_contentis specific to thevalues-ug/strings.xmland will need to be fixed in Transifex:android/app/src/main/res/values-ug/strings.xml
Line 1101 in 46a98da
I believe it should be something like:
English source:
https://github.com/nextcloud/android/blame/46a98daae3a82977db070179bfcd35a70afb574b/app/src/main/res/values/strings.xml#L283
Footnotes
From CI/CI check (lint) output:
/home/runner/work/android/android/app/src/main/res/values-in/strings.xml:105:4: Multiple substitutions specified in non-positional format of string resource string/auto_upload_worker_start_text. Did you mean to add the formatted="false" attribute?
/home/runner/work/android/android/app/src/main/res/values/strings.xml:862:4: Multiple substitutions specified in non-positional format of string resource string/auto_upload_worker_start_text. Did you mean to add the formatted="false" attribute?
/home/runner/work/android/android/app/src/main/res/values-it/strings.xml:110:4: Multiple substitutions specified in non-positional format of string resource string/auto_upload_worker_start_text. Did you mean to add the formatted="false" attribute?
/home/runner/work/android/android/app/src/main/res/values-ru/strings.xml:118:4: Multiple substitutions specified in non-positional format of string resource string/auto_upload_worker_start_text. Did you mean to add the formatted="false" attribute?
/home/runner/work/android/android/app/src/main/res/values-sk-rSK/strings.xml:112:4: Multiple substitutions specified in non-positional format of string resource string/auto_upload_worker_start_text. Did you mean to add the formatted="false" attribute?
/home/runner/work/android/android/app/src/main/res/values-sr/strings.xml:106:4: Multiple substitutions specified in non-positional format of string resource string/auto_upload_worker_start_text. Did you mean to add the formatted="false" attribute?
/home/runner/work/android/android/app/src/main/res/values-sv/strings.xml:109:4: Multiple substitutions specified in non-positional format of string resource string/auto_upload_worker_start_text. Did you mean to add the formatted="false" attribute?
/home/runner/work/android/android/app/src/main/res/values-da/strings.xml:104:4: Multiple substitutions specified in non-positional format of string resource string/auto_upload_worker_start_text. Did you mean to add the formatted="false" attribute?
/home/runner/work/android/android/app/src/main/res/values-uk/strings.xml:121:4: Multiple substitutions specified in non-positional format of string resource string/auto_upload_worker_start_text. Did you mean to add the formatted="false" attribute?
/home/runner/work/android/android/app/src/main/res/values-zh-rTW/strings.xml:120:4: Multiple substitutions specified in non-positional format of string resource string/auto_upload_worker_start_text. Did you mean to add the formatted="false" attribute?
/home/runner/work/android/android/app/src/main/res/values-lo/strings.xml:108:4: Multiple substitutions specified in non-positional format of string resource string/auto_upload_worker_start_text. Did you mean to add the formatted="false" attribute?
/home/runner/work/android/android/app/src/main/res/values-hu-rHU/strings.xml:120:4: Multiple substitutions specified in non-positional format of string resource string/auto_upload_worker_start_text. Did you mean to add the formatted="false" attribute?
/home/runner/work/android/android/app/src/main/res/values-ug/strings.xml:111:4: Multiple substitutions specified in non-positional format of string resource string/auto_upload_worker_start_text. Did you mean to add the formatted="false" attribute?
/home/runner/work/android/android/app/src/main/res/values-is/strings.xml:100:4: Multiple substitutions specified in non-positional format of string resource string/auto_upload_worker_start_text. Did you mean to add the formatted="false" attribute?
/home/runner/work/android/android/app/src/main/res/values-ug/strings.xml:1101:4: Multiple substitutions specified in non-positional format of string resource string/uploader_upload_in_progress_content. Did you mean to add the formatted="false" attribute?
/home/runner/work/android/android/app/src/main/res/values-fr/strings.xml:112:4: Multiple substitutions specified in non-positional format of string resource string/auto_upload_worker_start_text. Did you mean to add the formatted="false" attribute?
/home/runner/work/android/android/app/src/main/res/values-cs-rCZ/strings.xml:121:4: Multiple substitutions specified in non-positional format of string resource string/auto_upload_worker_start_text. Did you mean to add the formatted="false" attribute?
/home/runner/work/android/android/app/src/main/res/values-nl/strings.xml:99:4: Multiple substitutions specified in non-positional format of string resource string/auto_upload_worker_start_text. Did you mean to add the formatted="false" attribute?
/home/runner/work/android/android/app/src/main/res/values-ga/strings.xml:121:4: Multiple substitutions specified in non-positional format of string resource string/auto_upload_worker_start_text. Did you mean to add the formatted="false" attribute?
/home/runner/work/android/android/app/src/main/res/values-pt-rBR/strings.xml:121:4: Multiple substitutions specified in non-positional format of string resource string/auto_upload_worker_start_text. Did you mean to add the formatted="false" attribute?
/home/runner/work/android/android/app/src/main/res/values-de/strings.xml:121:4: Multiple substitutions specified in non-positional format of string resource string/auto_upload_worker_start_text. Did you mean to add the formatted="false" attribute?
/home/runner/work/android/android/app/src/main/res/values-et-rEE/strings.xml:121:4: Multiple substitutions specified in non-positional format of string resource string/auto_upload_worker_start_text. Did you mean to add the formatted="false" attribute?
/home/runner/work/android/android/app/src/main/res/values-b+en+001/strings.xml:121:4: Multiple substitutions specified in non-positional format of string resource string/auto_upload_worker_start_text. Did you mean to add the formatted="false" attribute?
/home/runner/work/android/android/app/src/main/res/values-gl/strings.xml:121:4: Multiple substitutions specified in non-positional format of string resource string/auto_upload_worker_start_text. Did you mean to add the formatted="false" attribute?
/home/runner/work/android/android/app/src/main/res/values-zh-rHK/strings.xml:120:4: Multiple substitutions specified in non-positional format of string resource string/auto_upload_worker_start_text. Did you mean to add the formatted="false" attribute?
/home/runner/work/android/android/app/src/main/res/values-sw/strings.xml:120:4: Multiple substitutions specified in non-positional format of string resource string/auto_upload_worker_start_text. Did you mean to add the formatted="false" attribute?
/home/runner/work/android/android/app/src/main/res/values-tr/strings.xml:113:4: Multiple substitutions specified in non-positional format of string resource string/auto_upload_worker_start_text. Did you mean to add the formatted="false" attribute?
/home/runner/work/android/android/app/src/main/res/values-es/strings.xml:103:4: Multiple substitutions specified in non-positional format of string resource string/auto_upload_worker_start_text. Did you mean to add the formatted="false" attribute?
/home/runner/work/android/android/app/src/main/res/values-zh-rCN/strings.xml:120:4: Multiple substitutions specified in non-positional format of string resource string/auto_upload_worker_start_text. Did you mean to add the formatted="false" attribute?
/home/runner/work/android/android/app/src/main/res/values-ja-rJP/strings.xml:106:4: Multiple substitutions specified in non-positional format of string resource string/auto_upload_worker_start_text. Did you mean to add the formatted="false" attribute?
/home/runner/work/android/android/app/src/main/res/values-pl/strings.xml:120:4: Multiple substitutions specified in non-positional format of string resource string/auto_upload_worker_start_text. Did you mean to add the formatted="false" attribute? ↩