Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
8bd6033
Bump version number
wpmobilebot May 28, 2026
9fa1534
Update draft release notes for 26.8
wpmobilebot May 28, 2026
6ab689e
Update draft release notes for Jetpack 26.8.
wpmobilebot May 28, 2026
594be87
Release Notes: add new section for next version (26.9)
wpmobilebot May 28, 2026
75ab7eb
Use wordpress-rs 0.4.0
crazytonyli May 28, 2026
7a62d02
Merge strings from libraries for translation
wpmobilebot May 28, 2026
f7a491a
Freeze strings for translation
wpmobilebot May 28, 2026
03386ba
Keep JNA/UniFFI classes so wordpress-rs survives R8 in release builds…
crazytonyli May 29, 2026
1f8a113
Add temporary release notes
crazytonyli May 29, 2026
44cbf48
Merge release_notes/26.8 into release/26.8 (#22917)
wpmobilebot May 29, 2026
337275c
Update translations
wpmobilebot May 29, 2026
5dd426c
Update translations
wpmobilebot May 29, 2026
e67f712
Update WordPress metadata translations for 26.8
wpmobilebot May 29, 2026
cb3eecd
Update Jetpack metadata translations for 26.8
wpmobilebot May 29, 2026
987f0e3
Bump version number
wpmobilebot May 29, 2026
56758c6
Merge release_notes/26.8 into release/26.8 (#22922)
wpmobilebot May 30, 2026
e8c7ae5
Update WordPress metadata translations for 26.8
wpmobilebot May 30, 2026
2f943bc
Update Jetpack metadata translations for 26.8
wpmobilebot May 30, 2026
eb84b1a
Bump version number
wpmobilebot May 30, 2026
2775848
Bump version number
wpmobilebot Jun 1, 2026
616d914
Fix Czech confirm_remove_site translation breaking release lint
jkmassel Jun 1, 2026
7d7e1d1
Fix Czech delete-confirmation translations breaking release lint
jkmassel Jun 1, 2026
8c993a6
Bump version number
wpmobilebot Jun 1, 2026
ddea2c4
Merge release_notes/26.8 into release/26.8 (#22937)
wpmobilebot Jun 4, 2026
840c7c0
Fix false connectivity banner on private Atomic sites (#22926)
jkmassel Jun 4, 2026
f70a22a
Fix Codecov key fetch in coverage upload (#22964)
nbradbury Jun 9, 2026
d956811
Fix NPE in Site Settings when refreshing GBKit toggle with null site …
adalpari Jun 10, 2026
00eb108
Fix Sentry 3GCQ/3GDH: keep Gson-deserialized models from R8 full mode…
nbradbury Jun 11, 2026
6b82a4d
Fix NPE when application password response is missing password or UUI…
adalpari Jun 11, 2026
a4fd9bc
Update translations
wpmobilebot Jun 11, 2026
8a9e187
Update WordPress metadata translations for 26.8
wpmobilebot Jun 11, 2026
2fc3037
Update Jetpack metadata translations for 26.8
wpmobilebot Jun 11, 2026
da89dcb
Bump version number
wpmobilebot Jun 11, 2026
bda1117
Update translations
wpmobilebot Jun 12, 2026
b992ed0
Bump version number
wpmobilebot Jun 12, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .buildkite/commands/upload-code-coverage.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash -eu

curl https://keybase.io/codecovsecurity/pgp_keys.asc | gpg --no-default-keyring --keyring trustedkeys.gpg --import
curl --fail --silent --show-error https://keybase.io/codecovsecops/pgp_keys.asc | gpg --no-default-keyring --keyring trustedkeys.gpg --import
curl -Os https://uploader.codecov.io/latest/linux/codecov
curl -Os https://uploader.codecov.io/latest/linux/codecov.SHA256SUM
curl -Os https://uploader.codecov.io/latest/linux/codecov.SHA256SUM.sig
Expand Down
4 changes: 4 additions & 0 deletions RELEASE-NOTES.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
*** PLEASE FOLLOW THIS FORMAT: [<priority indicator, more stars = higher priority>] <description> [<PR URL>]

26.9
-----


26.8
-----
* [**] Resolved an issue where the editor could become impossible to exit when it failed to load.
Expand Down
16 changes: 8 additions & 8 deletions WordPress/jetpack_metadata/PlayStoreStrings.po
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
msgid ""
msgstr ""
"PO-Revision-Date: 2026-03-16 01:24+0000\n"
"PO-Revision-Date: 2026-06-04 00:04+0000\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: fastlane-plugin-wpmreleasetoolkit 14.0.0\n"
"X-Generator: fastlane-plugin-wpmreleasetoolkit 14.6.0\n"

#. translators: Title to be displayed in the Play Store. Limit to 30 characters including spaces and commas!
msgctxt "play_store_app_title"
Expand Down Expand Up @@ -90,12 +90,12 @@ msgid ""
"s!"
msgstr ""

msgctxt "release_note_267"
msgctxt "release_note_268"
msgid ""
"26.7:\n"
"- We added the Traffic tab to the Stats area as an experimental feature.\n"
"- Button colors are now consistent across different areas of the app.\n"
"- We fixed an infinite loop that sometimes appeared when opening certain types"
" of links.\n"
"26.8:\n"
"It’s almost summer, and that means bugs. Don’t worry, we’ve been hard at work "
"squashing them, with assorted fixes to make the app even nicer to use. This re"
"lease contains the all-new block editor — try it on any site from Site Setting"
"s.\n"
msgstr ""

4 changes: 1 addition & 3 deletions WordPress/jetpack_metadata/release_notes.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
- We added the Traffic tab to the Stats area as an experimental feature.
- Button colors are now consistent across different areas of the app.
- We fixed an infinite loop that sometimes appeared when opening certain types of links.
It’s almost summer, and that means bugs. Don’t worry, we’ve been hard at work squashing them, with assorted fixes to make the app even nicer to use. This release contains the all-new block editor — try it on any site from Site Settings.
15 changes: 8 additions & 7 deletions WordPress/metadata/PlayStoreStrings.po
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
msgid ""
msgstr ""
"PO-Revision-Date: 2026-03-16 01:24+0000\n"
"PO-Revision-Date: 2026-06-04 00:04+0000\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: fastlane-plugin-wpmreleasetoolkit 14.0.0\n"
"X-Generator: fastlane-plugin-wpmreleasetoolkit 14.6.0\n"

#. translators: Title to be displayed in the Play Store. Limit to 30 characters including spaces and commas!
msgctxt "play_store_app_title"
Expand Down Expand Up @@ -143,11 +143,12 @@ msgctxt "play_store_screenshot_9"
msgid "Stay engaged with blogging reminders."
msgstr ""

msgctxt "release_note_267"
msgctxt "release_note_268"
msgid ""
"26.7:\n"
"- Button colors are now consistent across different areas of the app.\n"
"- We fixed an infinite loop that sometimes appeared when opening certain types"
" of links.\n"
"26.8:\n"
"It’s almost summer, and that means bugs. Don’t worry, we’ve been hard at work "
"squashing them, with assorted fixes to make the app even nicer to use. This re"
"lease contains the all-new block editor — try it on any site from Site Setting"
"s.\n"
msgstr ""

3 changes: 1 addition & 2 deletions WordPress/metadata/release_notes.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
- Button colors are now consistent across different areas of the app.
- We fixed an infinite loop that sometimes appeared when opening certain types of links.
It’s almost summer, and that means bugs. Don’t worry, we’ve been hard at work squashing them, with assorted fixes to make the app even nicer to use. This release contains the all-new block editor — try it on any site from Site Settings.
42 changes: 42 additions & 0 deletions WordPress/proguard.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,21 @@
# optimizations. Disable until reflection-safe keep rules are fully verified.
-dontoptimize

###### wordpress-rs (JNA + UniFFI) - begin
# wordpress-rs exposes its Rust API through UniFFI-generated JNA Structures
# (e.g. uniffi.wp_api.RustBuffer). JNA reads the @Structure.FieldOrder annotation
# reflectively at runtime to compute each native struct's field layout. AGP 9's R8
# treats that annotation as unused and strips it during shrinking, so getFieldOrder()
# returns empty and the app crashes on launch in minified release builds. Keep the
# JNA classes, the UniFFI bindings, and the annotation so the layout still resolves.
-keep class com.sun.jna.** { *; }
-keep class * extends com.sun.jna.Structure { *; }
-keepclassmembers class * extends com.sun.jna.Structure { *; }
-keep,allowobfuscation @interface com.sun.jna.Structure$FieldOrder
-keep @com.sun.jna.Structure$FieldOrder class * { *; }
-keep class uniffi.** { *; }
###### wordpress-rs (JNA + UniFFI) - end

###### OkHttp - begin
-dontwarn okio.**
-dontwarn okhttp3.**
Expand Down Expand Up @@ -50,6 +65,33 @@
-keep class org.wordpress.android.fluxc** { *; }
###### FluxC - end

###### Gson model classes - begin
# Kotlin data classes deserialized by Gson via reflection (Unsafe.allocateInstance).
# AGP 9's R8 full mode can class-merge or transform these into abstract types,
# causing InstantiationException / ClassCastException at runtime.

# RecommendApiCallsProvider.RecommendTemplateData (Sentry 3GCQ, 3GDH)
-keep class org.wordpress.android.models.recommend.** { *; }

# InviteLinksApiCallsProvider.InviteLinksItem
-keep class org.wordpress.android.ui.people.InviteLinksApiCallsProvider$InviteLinksItem { *; }

# ReaderReadingPreferences and its nested Theme/FontFamily/FontSize enums
-keep class org.wordpress.android.ui.reader.models.ReaderReadingPreferences { *; }
-keep class org.wordpress.android.ui.reader.models.ReaderReadingPreferences$* { *; }

# SubfilterListItemMapper.MappedSubfilterListItem (top-level private)
-keep class org.wordpress.android.ui.reader.subfilter.MappedSubfilterListItem { *; }

# New stats card configurations and the *CardType enums referenced by their fields
-keep class org.wordpress.android.ui.newstats.StatsCardsConfiguration { *; }
-keep class org.wordpress.android.ui.newstats.StatsCardType { *; }
-keep class org.wordpress.android.ui.newstats.InsightsCardType { *; }
-keep class org.wordpress.android.ui.newstats.repository.InsightsCardsConfigurationRepository$PersistedConfig { *; }
-keep class org.wordpress.android.ui.newstats.subscribers.SubscribersCardsConfiguration { *; }
-keep class org.wordpress.android.ui.newstats.subscribers.SubscribersCardType { *; }
###### Gson model classes - end

###### Dagger - begin
-dontwarn com.google.errorprone.annotations.*
###### Dagger - end
Expand Down
6 changes: 3 additions & 3 deletions WordPress/src/jetpack/res/values-ar/strings.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Translation-Revision-Date: 2024-01-16 13:54:02+0000
Translation-Revision-Date: 2026-03-18 20:55:43+0000
Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;
Generator: GlotPress/2.4.0-alpha
Language: ar
Expand All @@ -26,8 +26,8 @@ Language: ar
<string name="login_prologue_revamped_jetpack_feature_text_1">تحديث إضافة</string>
<string name="login_prologue_revamped_content_description_jetpack_logo">شعار Jetpack</string>
<string name="me_btn_about">نبذة عن Jetpack</string>
<string name="sign_out_wpcom_confirm_with_no_changes">هل ترغب في تسجيل الخروج من Jetpack؟</string>
<string name="me_disconnect_from_wordpress_com">تسجيل الخروج من Jetpack</string>
<string name="sign_out_wpcom_confirm_with_no_changes">تسجيل الخروج من WordPress.com؟</string>
<string name="me_disconnect_from_wordpress_com">تسجيل الخروج من WordPress.com</string>
<string name="support_ticket_subject">دعم Jetpack الخاص بنظام تشغيل Android</string>
<string name="login_magic_links_sent_label">تحقَّق من بريدك الإلكتروني على هذا الجهاز، واضغط على الرابط في رسالة البريد الإلكتروني التي تلقيتها من Jetpack.com.</string>
<string name="continue_with_wpcom_no_signup">الاستمرار في ووردبريس.كوم</string>
Expand Down
6 changes: 3 additions & 3 deletions WordPress/src/jetpack/res/values-de/strings.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Translation-Revision-Date: 2024-01-15 15:54:05+0000
Translation-Revision-Date: 2026-03-20 09:54:54+0000
Plural-Forms: nplurals=2; plural=n != 1;
Generator: GlotPress/2.4.0-alpha
Language: de
Expand All @@ -26,8 +26,8 @@ Language: de
<string name="login_prologue_revamped_jetpack_feature_text_1">Ein Plugin aktualisieren</string>
<string name="login_prologue_revamped_content_description_jetpack_logo">Jetpack-Logo</string>
<string name="me_btn_about">Über Jetpack</string>
<string name="sign_out_wpcom_confirm_with_no_changes">Von Jetpack abmelden?</string>
<string name="me_disconnect_from_wordpress_com">Von Jetpack abmelden?</string>
<string name="sign_out_wpcom_confirm_with_no_changes">Bei WordPress.com abmelden?</string>
<string name="me_disconnect_from_wordpress_com">Bei WordPress.com abmelden</string>
<string name="support_ticket_subject">Support für Jetpack für Android</string>
<string name="login_magic_links_sent_label">Überprüfe deine E-Mails auf diesem Gerät und tippe auf den Link in der E-Mail, die du von Jetpack.com erhalten hast.</string>
<string name="continue_with_wpcom_no_signup">Weiter mit WordPress.com</string>
Expand Down
6 changes: 3 additions & 3 deletions WordPress/src/jetpack/res/values-es/strings.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Translation-Revision-Date: 2024-01-16 15:54:03+0000
Translation-Revision-Date: 2026-03-20 09:58:41+0000
Plural-Forms: nplurals=2; plural=n != 1;
Generator: GlotPress/2.4.0-alpha
Language: es
Expand All @@ -26,8 +26,8 @@ Language: es
<string name="login_prologue_revamped_jetpack_feature_text_1">Actualizar un plugin</string>
<string name="login_prologue_revamped_content_description_jetpack_logo">Logotipo de Jetpack</string>
<string name="me_btn_about">Sobre Jetpack</string>
<string name="sign_out_wpcom_confirm_with_no_changes">¿Cerrar sesión en Jetpack?</string>
<string name="me_disconnect_from_wordpress_com">Salir de Jetpack</string>
<string name="sign_out_wpcom_confirm_with_no_changes">Salir de WordPress.com?</string>
<string name="me_disconnect_from_wordpress_com">Salir de WordPress.com</string>
<string name="support_ticket_subject">Jetpack para Ayuda de Android</string>
<string name="login_magic_links_sent_label">Consulta tu correo electrónico en este dispositivo y pulsa el enlace que encontrarás en el mensaje que has recibido de Jetpack.com.</string>
<string name="continue_with_wpcom_no_signup">Continuar con WordPress.com</string>
Expand Down
6 changes: 3 additions & 3 deletions WordPress/src/jetpack/res/values-fr/strings.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Translation-Revision-Date: 2024-01-15 17:54:03+0000
Translation-Revision-Date: 2026-03-20 09:56:49+0000
Plural-Forms: nplurals=2; plural=n > 1;
Generator: GlotPress/2.4.0-alpha
Language: fr
Expand All @@ -26,8 +26,8 @@ Language: fr
<string name="login_prologue_revamped_jetpack_feature_text_1">Mettre à jour une extension</string>
<string name="login_prologue_revamped_content_description_jetpack_logo">Logo de Jetpack</string>
<string name="me_btn_about">À propos de Jetpack</string>
<string name="sign_out_wpcom_confirm_with_no_changes">Se déconnecter de Jetpack ?</string>
<string name="me_disconnect_from_wordpress_com">Se déconnecter de Jetpack</string>
<string name="sign_out_wpcom_confirm_with_no_changes">Se déconnecter de WordPress.com ?</string>
<string name="me_disconnect_from_wordpress_com">Se déconnecter de WordPress.com</string>
<string name="support_ticket_subject">Prise en charge de Jetpack pour Android</string>
<string name="login_magic_links_sent_label">Consultez vos e-mails sur cet appareil et appuyez sur le lien dans l’e-mail que vous avez reçu de Jetpack.com.</string>
<string name="continue_with_wpcom_no_signup">Continuer avec WordPress.com</string>
Expand Down
6 changes: 3 additions & 3 deletions WordPress/src/jetpack/res/values-he/strings.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Translation-Revision-Date: 2024-01-16 17:54:02+0000
Translation-Revision-Date: 2026-03-18 18:55:04+0000
Plural-Forms: nplurals=2; plural=n != 1;
Generator: GlotPress/2.4.0-alpha
Language: he_IL
Expand All @@ -26,8 +26,8 @@ Language: he_IL
<string name="login_prologue_revamped_jetpack_feature_text_1">יש לעדכן תוסף </string>
<string name="login_prologue_revamped_content_description_jetpack_logo">הלוגו של Jetpack</string>
<string name="me_btn_about">אודות Jetpack</string>
<string name="sign_out_wpcom_confirm_with_no_changes">האם להתנתק מ-Jetpack?</string>
<string name="me_disconnect_from_wordpress_com">להתנתק מ-Jetpack</string>
<string name="sign_out_wpcom_confirm_with_no_changes">האם לצאת מ-WordPress.com?</string>
<string name="me_disconnect_from_wordpress_com">לצאת מ-WordPress.com</string>
<string name="support_ticket_subject">תמיכה ב-Jetpack ל-Android</string>
<string name="login_magic_links_sent_label">עליך לבדוק את האימייל ממכשיר זה ולהקיש על הקישור בהודעה שקיבלת מ-Jetpack.com.</string>
<string name="continue_with_wpcom_no_signup">להמשיך עם WordPress.com</string>
Expand Down
6 changes: 3 additions & 3 deletions WordPress/src/jetpack/res/values-id/strings.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Translation-Revision-Date: 2024-01-16 09:54:03+0000
Translation-Revision-Date: 2026-03-19 09:56:07+0000
Plural-Forms: nplurals=2; plural=n > 1;
Generator: GlotPress/2.4.0-alpha
Language: id
Expand All @@ -26,8 +26,8 @@ Language: id
<string name="login_prologue_revamped_jetpack_feature_text_1">Perbarui plugin</string>
<string name="login_prologue_revamped_content_description_jetpack_logo">Logo Jetpack</string>
<string name="me_btn_about">Tentang Jetpack</string>
<string name="sign_out_wpcom_confirm_with_no_changes">Logout dari Jetpack?</string>
<string name="me_disconnect_from_wordpress_com">Logout dari Jetpack</string>
<string name="sign_out_wpcom_confirm_with_no_changes">Logout dari WordPress.com?</string>
<string name="me_disconnect_from_wordpress_com">Logout dari WordPress.com</string>
<string name="support_ticket_subject">Jetpack untuk Dukungan Android</string>
<string name="login_magic_links_sent_label">Periksa email Anda di perangkat ini dan ketuk tautan di email yang Anda terima dari Jetpack.com.</string>
<string name="continue_with_wpcom_no_signup">Lanjutkan dengan WordPress.com</string>
Expand Down
6 changes: 3 additions & 3 deletions WordPress/src/jetpack/res/values-it/strings.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Translation-Revision-Date: 2024-01-15 15:54:05+0000
Translation-Revision-Date: 2026-03-19 09:55:57+0000
Plural-Forms: nplurals=2; plural=n != 1;
Generator: GlotPress/2.4.0-alpha
Language: it
Expand All @@ -26,8 +26,8 @@ Language: it
<string name="login_prologue_revamped_jetpack_feature_text_1">Aggiorna un plugin</string>
<string name="login_prologue_revamped_content_description_jetpack_logo">Logo Jetpack</string>
<string name="me_btn_about">Informazioni su Jetpack</string>
<string name="sign_out_wpcom_confirm_with_no_changes">Uscire da Jetpack?</string>
<string name="me_disconnect_from_wordpress_com">Esci da Jetpack</string>
<string name="sign_out_wpcom_confirm_with_no_changes">Disconnettere da WordPress.com?</string>
<string name="me_disconnect_from_wordpress_com">Disconnetti da WordPress.com</string>
<string name="support_ticket_subject">Supporto Jetpack per Android</string>
<string name="login_magic_links_sent_label">Controlla la tua e-mail su questo dispositivo e tocca il link nell\'e-mail ricevuta da Jetpack.com.</string>
<string name="continue_with_wpcom_no_signup">Continua con WordPress.com</string>
Expand Down
6 changes: 3 additions & 3 deletions WordPress/src/jetpack/res/values-ja/strings.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Translation-Revision-Date: 2024-01-16 11:54:00+0000
Translation-Revision-Date: 2026-03-18 11:58:33+0000
Plural-Forms: nplurals=1; plural=0;
Generator: GlotPress/2.4.0-alpha
Language: ja_JP
Expand All @@ -26,8 +26,8 @@ Language: ja_JP
<string name="login_prologue_revamped_jetpack_feature_text_1">プラグインを更新</string>
<string name="login_prologue_revamped_content_description_jetpack_logo">Jetpack のロゴ</string>
<string name="me_btn_about">Jetpack について</string>
<string name="sign_out_wpcom_confirm_with_no_changes">Jetpack からログアウトしますか ?</string>
<string name="me_disconnect_from_wordpress_com">Jetpack からログアウト</string>
<string name="sign_out_wpcom_confirm_with_no_changes">WordPress.com からログアウトしますか ?</string>
<string name="me_disconnect_from_wordpress_com">WordPress.com からログアウト</string>
<string name="support_ticket_subject">Android サポート版 Jetpack</string>
<string name="login_magic_links_sent_label">この端末でメールを確認して、Jetpack.com から届いたメールに記載されているリンクをタップしてください。</string>
<string name="continue_with_wpcom_no_signup">WordPress.com で続ける</string>
Expand Down
6 changes: 3 additions & 3 deletions WordPress/src/jetpack/res/values-ko/strings.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Translation-Revision-Date: 2024-01-16 09:54:02+0000
Translation-Revision-Date: 2026-03-19 09:55:47+0000
Plural-Forms: nplurals=1; plural=0;
Generator: GlotPress/2.4.0-alpha
Language: ko_KR
Expand All @@ -26,8 +26,8 @@ Language: ko_KR
<string name="login_prologue_revamped_jetpack_feature_text_1">플러그인 업데이트</string>
<string name="login_prologue_revamped_content_description_jetpack_logo">젯팩 로고</string>
<string name="me_btn_about">젯팩 정보</string>
<string name="sign_out_wpcom_confirm_with_no_changes">젯팩에서 로그아웃하시나요?</string>
<string name="me_disconnect_from_wordpress_com">젯팩에서 로그아웃하시나요?</string>
<string name="sign_out_wpcom_confirm_with_no_changes">워드프레스닷컴에서 로그아웃하시겠습니까?</string>
<string name="me_disconnect_from_wordpress_com">워드프레스닷컴에서 로그아웃</string>
<string name="support_ticket_subject">Android 지원용 젯팩</string>
<string name="login_magic_links_sent_label">이 기기에서 이메일을 확인하여 젯팩닷컴에서 받은 이메일 내 링크를 누르세요.</string>
<string name="continue_with_wpcom_no_signup">워드프레스닷컴 계속</string>
Expand Down
6 changes: 3 additions & 3 deletions WordPress/src/jetpack/res/values-nl/strings.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Translation-Revision-Date: 2024-01-16 09:54:05+0000
Translation-Revision-Date: 2026-03-20 09:57:53+0000
Plural-Forms: nplurals=2; plural=n != 1;
Generator: GlotPress/2.4.0-alpha
Language: nl
Expand All @@ -26,8 +26,8 @@ Language: nl
<string name="login_prologue_revamped_jetpack_feature_text_1">Een plugin bijwerken</string>
<string name="login_prologue_revamped_content_description_jetpack_logo">Jetpack-logo</string>
<string name="me_btn_about">Over Jetpack</string>
<string name="sign_out_wpcom_confirm_with_no_changes">Uitloggen bij Jetpack?</string>
<string name="me_disconnect_from_wordpress_com">Uitloggen bij Jetpack</string>
<string name="sign_out_wpcom_confirm_with_no_changes">Uitloggen bij WordPress.com?</string>
<string name="me_disconnect_from_wordpress_com">Uitloggen bij WordPress.com?</string>
<string name="support_ticket_subject">Jetpack voor Android Support</string>
<string name="login_magic_links_sent_label">Controleer je e-mail op dit apparaat en tik op de link in de e-mail die je van Jetpack.com hebt ontvangen.</string>
<string name="continue_with_wpcom_no_signup">Doorgaan met WordPress.com</string>
Expand Down
Loading
Loading