Skip to content

Implement app specific language preferences#3190

Merged
ahmedre merged 1 commit intomainfrom
per_app_locales
May 25, 2025
Merged

Implement app specific language preferences#3190
ahmedre merged 1 commit intomainfrom
per_app_locales

Conversation

@ahmedre
Copy link
Copy Markdown
Contributor

@ahmedre ahmedre commented May 25, 2025

This also fixes #3187 by switching the locale from simply "ar" to also
passing in a country code, which fixes numbers on Android 16 betas.

This also fixes #3187 by switching the locale from simply "ar" to also
passing in a country code, which fixes numbers on Android 16 betas.
@ahmedre
Copy link
Copy Markdown
Contributor Author

ahmedre commented May 25, 2025

This should also fix #3122.

@github-actions
Copy link
Copy Markdown

OLD: app-madani-debug.apk (signature: V1, V2)
NEW: app-madani-debug.apk (signature: V1, V2)

          │             compressed             │            uncompressed            
          ├───────────┬───────────┬────────────┼───────────┬───────────┬────────────
 APK      │ old       │ new       │ diff       │ old       │ new       │ diff       
──────────┼───────────┼───────────┼────────────┼───────────┼───────────┼────────────
      dex │  24.8 MiB │  24.8 MiB │   +6.3 KiB │  76.2 MiB │  76.2 MiB │  +14.5 KiB 
     arsc │   2.7 MiB │     2 MiB │   -714 KiB │   2.7 MiB │     2 MiB │   -714 KiB 
 manifest │   5.8 KiB │   5.9 KiB │      +95 B │  28.3 KiB │  28.7 KiB │     +432 B 
      res │   1.8 MiB │   1.8 MiB │     +1 KiB │     2 MiB │     2 MiB │   +4.4 KiB 
   native │  18.8 KiB │  18.8 KiB │        0 B │  36.5 KiB │  36.5 KiB │        0 B 
    asset │ 404.2 KiB │ 404.2 KiB │        0 B │ 678.6 KiB │ 678.6 KiB │        0 B 
    other │ 227.3 KiB │ 227.4 KiB │      +94 B │ 488.1 KiB │ 488.3 KiB │     +196 B 
──────────┼───────────┼───────────┼────────────┼───────────┼───────────┼────────────
    total │  29.9 MiB │  29.2 MiB │ -706.5 KiB │  82.1 MiB │  81.4 MiB │ -694.5 KiB 

@ahmedre ahmedre added this pull request to the merge queue May 25, 2025
Merged via the queue into main with commit f3823a4 May 25, 2025
2 checks passed
@ahmedre ahmedre deleted the per_app_locales branch May 25, 2025 21:28
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.

Arabic numbers are showing instead of indian when the language is set to Arabic after upgrading to Android 16 QPR1

1 participant