Commit Graph
63 Commits
Author SHA1 Message Date
Max Karolinskiy 20733369fd Update l10n for 1.87.x (Chromium 145). (#33691) (lowered to master). (#33819)
* Update l10n for 1.87.x (Chromium 145). (#33691)

* Fixes l10n srcipt warning.

script\lib\l10n\grd_utils.py:443: FutureWarning: This search incorrectly ignores the root element, and will be fixed in a future version.  If you rely on the current behaviour, change it to './/message'
  elements = lxml.etree.parse(grd_file_path).findall('//message')

* Updated l10n for 1.87.x release.

* Rebased l10n.
2026-02-10 11:24:16 -05:00
Claudio DeSouza 289cc85b8e Updated strings for Chromium 145.0.7632.31. 2026-01-29 13:46:02 -05:00
Max Karolinskiy 6619ae94db Updated l10n for 1.86.x release. (#33101) (lowered to master) (#33155)
Updated l10n for 1.86.x release. (#33101)
2026-01-13 01:14:11 -05:00
Claudio DeSouza 8b32629e51 Updated strings for Chromium 144.0.7559.31. 2025-12-21 17:13:37 -05:00
Max Karolinskiy d48c531fb2 Update l10n for 1.85.x (Chromium 143). (#32503) (lowered to master). (#32620)
Update l10n for 1.85.x (Chromium 143). (#32503)

* Fixes replacement map.

Some languages use non-breaking whitespace intead of regular space in
XTB files, so our map wasn't matching. Replaced spaces to \s in the map
patterns.

* Fixes error printing.

* Adjust ICU strings validation pattern.

* Fixes <br> -> <br/> tags.

* Updated l10n for 1.85.x release.
2025-12-01 23:06:16 -05:00
Claudio DeSouza 60bbb1c758 Updated strings for Chromium 143.0.7499.25. 2025-11-18 11:28:43 -05:00
Max Karolinskiy 958a20fcd5 Update l10n for 1.84.x (Chromium 142). (#32034) (lowered from 1.84.x) (#32053)
Update l10n for 1.84.x (Chromium 142).  (#32034)

* Move comment outside of message tag.

Out l10n scripts don't handle comments inside <message> tags.

* Updated l10n for 1.84.x release.

* [Android] Suppress ImpliedQuantity warnings.

ImpliedQuantity warning show up for a number of ICU strings. For example:

--------------------
gen/chrome/android/monochrome_public_bundle__lint/RESZIPS/obj/brave/build/android/android_brave_strings_grd.resources.zip/values-lt/android_brave_strings.xml:1307: Error: The quantity 'one' matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as %d). This is usually an internationalization error. See full issue explanation for more. [ImpliedQuantity]
  <item quantity="one">"Nepavyko importuoti slaptažodžių. Vienu metu galite importuoti tik vieną slaptažodį."</item>
  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gen/chrome/android/monochrome_public_bundle__lint/RESZIPS/obj/brave/build/android/android_brave_strings_grd.resources.zip/values-lt/android_brave_strings.xml:1315: Error: The quantity 'one' matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as %d). This is usually an internationalization error. See full issue explanation for more. [ImpliedQuantity]
  <item quantity="one">"Sėkmingai importuotas 1 slaptažodis."</item>
-------------------

Suppress these (for now?) as upstream uses the same string patterns for 'one'.
2025-10-27 22:26:21 -04:00
Claudio DeSouza be78b018a2 Updated strings for Chromium 142.0.7444.23. 2025-10-15 20:31:36 -04:00
Max Karolinskiy 431f0e7572 Updated l10n for 1.83.x release. (#31495) (#31537)
* Fixes a missing space in a string.

* [l10n] Fixes push command not to add an empty string param.

* Updated l10n for 1.83.x release.

* fixup! [l10n] Fixes push command not to add an empty string param.

* Removes new Telugu Android translations: they cause build errors.
2025-09-30 23:09:05 -04:00
Claudio DeSouza 07feddd8fd Updated strings for Chromium 141.0.7390.21. 2025-09-22 15:02:22 -04:00
Max Karolinskiy 149445da91 Updated l10n for 1.82.x release. (#30911) (#30989)
* [l10n] Adds missing kk and lo l10n entries to GRDs. (#30845)

* Updated l10n for 1.82.x release.
2025-09-02 17:11:54 -04:00
Claudio DeSouza 2eb76b55b8 Updated strings for Chromium 140.0.7339.16. 2025-08-20 01:07:05 +03:00
Max Karolinskiy 92cdbab7de Updated l10n for 1.81.x release (lowered to master) (#30455)
* Updated l10n for 1.81.x release. (#30428)

* Adds an exception to strings name pattern.

* Updated l10n for 1.81.x release.

* Pulls fixed l10n strings to fix build error (1.81.x). (#30449)

Pulls fixed l10n strings to fix build error.
2025-08-05 14:50:42 -04:00
Claudio DeSouza d107403dd1 Updated strings for Chromium 139.0.7258.32. 2025-07-16 13:40:41 -04:00
Kamil Jozwiak c8a4e2633f Merge pull request #29726 from brave/maxk-1.80.x-release-l10n
Updated l10n for 1.80.x release.
2025-06-24 17:06:02 -04:00
Claudio DeSouza fad81bcaa6 Updated strings for Chromium 138.0.7204.25. 2025-06-11 17:07:54 -04:00
Kamil Jozwiak 8b7815556d Merge pull request #29245 from brave/maxk-1.79.x-release-l10n
Updated l10n for 1.79.x release.
2025-05-27 14:06:18 -04:00
Claudio DeSouza c8e04d779d Updated strings for Chromium 137.0.7151.16. 2025-05-13 15:53:30 -04:00
Kamil Jozwiak b8cca866c3 Merge pull request #28857 from brave/maxk-1.78.x-release-l10n
Updated l10n for 1.78.x release.
2025-04-28 09:27:30 -04:00
Claudio DeSouza c84711c566 Updated strings for Chromium 136.0.7103.25. 2025-04-16 09:33:08 +01:00
Kamil Jozwiak add3eacccb Merge pull request #28371 from brave/maxk-1.77.x-release-l10n
Updated l10n for 1.77.x release.
2025-03-31 17:02:18 -04:00
Claudio DeSouza 57f9e87dfa Updated strings for Chromium 135.0.7049.17. 2025-03-18 20:01:59 -04:00
Max KarolinskiyandKamil Jozwiak d32fa3eb12 Updated l10n for 1.76.x release (lowered to master). (#27948)
Merge pull request #27921 from brave/maxk-1.76.x-release-l10n

Updated l10n for 1.76.x release.

Co-authored-by: Kamil Jozwiak <kamiljoz@gmail.com>
2025-03-04 15:13:40 -05:00
Claudio DeSouza 49b125ff77 Updated strings for Chromium 134.0.6998.15. 2025-02-18 12:47:00 +00:00
Max Karolinskiy 11a5860dbd Updated l10n for 1.75.x release. Part II. (#27603) (lowered from 1.75.x). (#27607)
Updated l10n for 1.75.x release. Part II. (#27603)
2025-02-10 21:51:33 -05:00
Max Karolinskiy ccd83aa758 Updated l10n for 1.75.x release. (master) (#27500) (#27511)
Updated l10n for 1.75.x release. (#27500)
2025-02-05 11:30:37 -08:00
Claudio DeSouza b0c0fde2b8 Updated strings for Chromium 133.0.6943.27. 2025-01-27 09:41:57 -05:00
Max Karolinskiy 3d2b3f8dcd Update l10n for 1.74.x release. Part 2. (lowered to master) (#27267)
Update l10n for 1.74.x release. Part 2. (#27251)
2025-01-17 14:44:54 -05:00
Max Karolinskiy 5e2b579cae Updated l10n for 1.74.x release (lowered from 1.74.x) (#27217)
Updated l10n for 1.74.x release. (#27207)

* Adds timeout parameter in Crowdin API wrapper.

* Updated l10n for 1.74.x release.
2025-01-14 12:12:35 -05:00
Claudio DeSouza df8b6e8126 Updated strings for Chromium 132.0.6834.15. 2024-12-01 08:44:02 -05:00
Max Karolinskiy e032b18fe4 Updated l10n for 1.73.x release (#26459) 2024-11-11 14:22:23 -05:00
Claudio DeSouza e9859e3bc8 Updated strings for Chromium 131.0.6778.1. 2024-10-24 12:14:26 +01:00
Max Karolinskiy fa25519f20 Updated l10n for 1.71.x release. (#25980) 2024-10-15 13:04:24 -04:00
Claudio DeSouza 9e5bb8ccfb Updated strings for Chromium 130.0.6723.29. 2024-10-03 17:06:30 +01:00
Max Karolinskiy 744480a04c Update l10n for 1.70.x (Chromium 129) (1.70.x). (#25588)
Updated l10n for 1.70.x release.
2024-09-16 16:58:44 -04:00
Claudio DeSouza bd23b60f80 Updated strings for Chromium 129.0.6668.31. 2024-09-10 14:42:24 -04:00
Max Karolinskiy 27b2c72a05 Additional 1.69.x release l10n (1.69.x). (#25212)
Additional 1.69.x release l10n.
2024-08-20 11:26:50 -04:00
Max Karolinskiy af139dfa31 Updated l10n for 1.69.x release (1.69.x). (#25205)
Updated l10n for 1.69.x release.
2024-08-20 09:18:58 -04:00
Claudio DeSouza 7e9fb66d64 Updated strings for Chromium 128.0.6613.18. 2024-08-07 21:31:58 -04:00
Max Karolinskiy 1a74ad4525 Updated l10n for 1.68.x release. (#24762) 2024-07-22 16:14:41 -04:00
Claudio DeSouza 05e6d37879 Updated strings for Chromium 127.0.6533.17. 2024-06-25 13:13:06 +01:00
Max Karolinskiy 5845fb9ffd Update l10n for 1.67.x (Chromium 126) (1.67.x). (#24074)
* Fixes tags validation in l10n scripts.

* Adds tag u to allowed l10n strings tags

* Updated l10n for 1.67.x release.
2024-06-10 15:39:39 -04:00
Claudio DeSouza 4a181cdf8c Updated strings for Chromium 126.0.6478.17. 2024-05-24 12:58:04 +01:00
Max Karolinskiy d05c4dc84b Updated l10n for 1.66.x release. Part 2. (#23735) 2024-05-21 14:45:55 -04:00
Max Karolinskiy 639345a7be Update l10n for 1.66.x (Chromium 125) (1.66.x). (#23555)
* Chromium now uses <em> element in their strings.

* Updated l10n for 1.66.x release.
2024-05-10 14:02:06 -04:00
Claudio DeSouza c583114781 Updated strings for Chromium 125.0.6422.26. 2024-05-03 16:53:59 -04:00
Max Karolinskiy 97c9564edf Updated l10n for 1.65.x release. (master) (#23097)
Updated l10n for 1.65.x release. (#23092)
2024-04-16 01:44:04 -04:00
Claudio DeSouza f042d58ee2 Updated strings for Chromium 124.0.6367.29. 2024-04-08 17:33:47 -04:00
Max Karolinskiy 98ba0fd297 Merge pull request #22621 from brave/maxk-fix-string-replacements
Fixes overly aggressive string replacements.
2024-03-27 13:12:26 -07:00
Max Karolinskiy 65e7baf301 Updated l10n for 1.64.x release. (#22657) 2024-03-18 15:59:37 -04:00