From 04c82ecadd7420eba306d70ffceb3ec92523f2bf Mon Sep 17 00:00:00 2001 From: Artem Chepurnyi Date: Thu, 5 Sep 2024 19:24:55 +0300 Subject: [PATCH] Use ro-RO localization for ro Play store page --- .github/update_google_play_listing.py | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/update_google_play_listing.py b/.github/update_google_play_listing.py index 6282664..d6b0592 100644 --- a/.github/update_google_play_listing.py +++ b/.github/update_google_play_listing.py @@ -52,6 +52,7 @@ language_mapping = { 'ca-ES': 'ca', 'vi-VN': 'vi', 'ar-SA': 'ar', + 'ro-RO': 'ro', } listing_base = load_listing(language_base)