diff options
author | jenkins-bot <jenkins-bot@gerrit.wikimedia.org> | 2025-03-05 18:03:05 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@wikimedia.org> | 2025-03-05 18:03:05 +0000 |
commit | bc994585f38fceb3e6275926f4857e7c68b68219 (patch) | |
tree | b4a96c61b17e29c5c5ec0798863e7fdd2b51bbcf /languages/i18n | |
parent | 0271293fc89a8a0e55516f4b45f8e1b47c2cb919 (diff) | |
parent | 2522df23f7148a523698a14847e02d6d86cf2165 (diff) | |
download | mediawikicore-bc994585f38fceb3e6275926f4857e7c68b68219.tar.gz mediawikicore-bc994585f38fceb3e6275926f4857e7c68b68219.zip |
Merge "i18n: add message key for CdxPopover"
Diffstat (limited to 'languages/i18n')
-rw-r--r-- | languages/i18n/codex/en.json | 1 | ||||
-rw-r--r-- | languages/i18n/codex/qqq.json | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/languages/i18n/codex/en.json b/languages/i18n/codex/en.json index ef13b31b8838..50fcc1e46776 100644 --- a/languages/i18n/codex/en.json +++ b/languages/i18n/codex/en.json @@ -11,6 +11,7 @@ "cdx-dialog-close-button-label": "Close", "cdx-label-optional-flag": "(optional)", "cdx-message-dismiss-button-label": "Close", + "cdx-popover-close-button-label": "Close", "cdx-search-input-search-button-label": "Search", "cdx-table-select-all-label": "Select all rows", "cdx-table-select-row-label": "Select row $1 of $2", diff --git a/languages/i18n/codex/qqq.json b/languages/i18n/codex/qqq.json index 1241304b62f6..20269b87b1c7 100644 --- a/languages/i18n/codex/qqq.json +++ b/languages/i18n/codex/qqq.json @@ -12,6 +12,7 @@ "cdx-dialog-close-button-label": "Visually-hidden label for the CdxDialog's close button.", "cdx-label-optional-flag": "Flag that appears next to a label to indicate that a field is optional.", "cdx-message-dismiss-button-label": "Visually-hidden label for the CdxMessage's dismiss button.", + "cdx-popover-close-button-label": "Visually-hidden label for the CdxPopover's close button.", "cdx-search-input-search-button-label": "Label for the CdxSearchInput's search button.", "cdx-table-select-all-label": "Visually-hidden label for the 'select all rows' checkbox in a CdxTable with row selection.", "cdx-table-select-row-label": "Visually-hidden label for each row selection checkbox in a CdxTable with row selection.\n\nParameters:\n* $1 - Index of the current row\n* $2 - Total number of rows", |