Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create the Emoji feature for CKEditor 5 #17802

Merged
merged 225 commits into from
Jan 27, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
225 commits
Select commit Hold shift + click to select a range
90059f2
Initial emoji package.
przemyslaw-zan Oct 31, 2024
3ee4fde
Initial source files.
przemyslaw-zan Oct 31, 2024
b7cd264
Added emoji dependency.
przemyslaw-zan Oct 31, 2024
72149cf
Boilerplate manual test.
przemyslaw-zan Nov 4, 2024
64919ee
Updated version
przemyslaw-zan Nov 4, 2024
91ff750
Added mention integration.
przemyslaw-zan Nov 5, 2024
901d085
Cleanup.
przemyslaw-zan Nov 5, 2024
92ad0ee
Fixed CI.
przemyslaw-zan Nov 5, 2024
05561ec
Merge.
przemyslaw-zan Nov 5, 2024
cea2b64
Moved library integration to a separate file.
przemyslaw-zan Nov 5, 2024
31c237e
Merge pull request #17384 from ckeditor/ck/17361
przemyslaw-zan Nov 6, 2024
41ccf91
Insertion of emojis as plain text instead of span.
przemyslaw-zan Nov 6, 2024
dbafefd
Changed emoji library.
przemyslaw-zan Nov 6, 2024
ee29d68
Merge master.
przemyslaw-zan Nov 12, 2024
6840da9
Fixed emoji library.
przemyslaw-zan Nov 12, 2024
a0806b2
Updated emoji plugin.
przemyslaw-zan Nov 21, 2024
65e2d18
Updated the plugin.
przemyslaw-zan Nov 22, 2024
378e08a
Merge master.
przemyslaw-zan Nov 22, 2024
f99d8ac
Merge branch 'epic/ck/17361' into ck/17379
przemyslaw-zan Nov 22, 2024
939819b
Fixed dependencies.
przemyslaw-zan Nov 25, 2024
31cb840
Review requests.
przemyslaw-zan Nov 25, 2024
816ee1b
Cleanup.
przemyslaw-zan Nov 26, 2024
a7b3dae
Added tsignore
przemyslaw-zan Nov 26, 2024
73ecdd2
Updated tsconfig.json
przemyslaw-zan Nov 26, 2024
d96cd69
Added missing dependencies.
przemyslaw-zan Nov 26, 2024
92c9499
Whitespace fix.
przemyslaw-zan Nov 26, 2024
4e94297
Removed unnecessary command.
przemyslaw-zan Nov 26, 2024
d26d179
Changed filter to slice.
przemyslaw-zan Nov 26, 2024
548d339
Initial implementation of Emoji UI [WIP].
martnpaneq Nov 26, 2024
a43b122
Merge pull request #17523 from ckeditor/ck/17379
przemyslaw-zan Nov 26, 2024
be18d20
Merge epic branch.
przemyslaw-zan Nov 26, 2024
9185f6f
Docs: docs placeholder. [skip ci]
godai78 Nov 26, 2024
e258434
Added EmojiUI plugin.
przemyslaw-zan Nov 26, 2024
5f0175a
Docs: updating the demo. [short flow]
godai78 Nov 27, 2024
716ab22
Implemented emoji picker.
przemyslaw-zan Nov 27, 2024
f4aa17a
Minor improvements.
przemyslaw-zan Nov 28, 2024
640a370
Unified ckeditor5-dev-* versions.
pomek Nov 29, 2024
5abd130
Fixed data loading in picker.
przemyslaw-zan Nov 29, 2024
3e4c3ff
Remove comment.
przemyslaw-zan Nov 29, 2024
855be6b
Fixed dependencies.
przemyslaw-zan Dec 2, 2024
93b9bde
Merge branch 'master' into epic/ck/17361
pomek Dec 2, 2024
0d88f9b
Internal (emoji): CKEditor 5 v44.0.0.
pomek Dec 2, 2024
d5ed2c4
Merge.
przemyslaw-zan Dec 2, 2024
bfc3c92
Changed data source to CDN.
przemyslaw-zan Dec 2, 2024
e03c7d0
Removed manual tests.
przemyslaw-zan Dec 2, 2024
7348d2d
Review requests.
przemyslaw-zan Dec 2, 2024
7a72059
Review requests.
przemyslaw-zan Dec 3, 2024
c2a0348
Merged files.
przemyslaw-zan Dec 3, 2024
00844f6
Fixed missing mention item.
przemyslaw-zan Dec 3, 2024
d1be7b0
Sorted methods, cleaned up docs.
przemyslaw-zan Dec 3, 2024
9ba1646
Review requests.
przemyslaw-zan Dec 4, 2024
eb43b5f
Whitespace fix.
przemyslaw-zan Dec 4, 2024
4ce39ec
Merge pull request #17537 from ckeditor/ck/17377-emoji-ui
przemyslaw-zan Dec 4, 2024
eb328cf
Fixed the `EmojiFeed` plugin showing feeds when the first character i…
martnpaneq Dec 9, 2024
e06fe58
Hardcoded EmojiMention trigger to `:` to simplify the config.
martnpaneq Dec 9, 2024
f4670ff
Brought back warning about marker being used by other plugin for Emoj…
martnpaneq Dec 9, 2024
2149439
Merge pull request #17608 from ckeditor/ck/17577-emoji-mention-space-fix
martnpaneq Dec 9, 2024
2ab343f
Merge pull request #17611 from ckeditor/ck/17590-simplify-emoji-menti…
martnpaneq Dec 9, 2024
45990ff
Custom emoji picker POC.
przemyslaw-zan Dec 10, 2024
5df7d33
Not initializing emoji plugin when merge fields use `:` ast first cha…
martnpaneq Dec 11, 2024
a44b56f
Added a test for emoji not being initialized when merge fields use `:…
martnpaneq Dec 11, 2024
35316ac
Merge pull request #17622 from ckeditor/ck/17591-emoji-merge-fields-c…
martnpaneq Dec 11, 2024
6376db3
Merge branch 'master' into epic/ck/17361
pomek Dec 11, 2024
f2b37d3
Aligned license headers to changes in CKEditor 5 v44.
pomek Dec 11, 2024
c017e3e
Improvements for emoji POC.
przemyslaw-zan Dec 12, 2024
e52b629
Fixed missing active category highlight.
przemyslaw-zan Dec 12, 2024
fa8ded1
Cleanup.
przemyslaw-zan Dec 13, 2024
9a86dd0
Added tests.
przemyslaw-zan Dec 16, 2024
db5b68d
Updated theme lark.
przemyslaw-zan Dec 16, 2024
554ebe9
Added typing dependency.
przemyslaw-zan Dec 17, 2024
75a6bd4
Moved types to the bottom.
przemyslaw-zan Dec 17, 2024
ef9ddc2
Merge pull request #17652 from ckeditor/i/17596
przemyslaw-zan Dec 17, 2024
c7a4dfa
Merge branch 'master' into epic/ck/17361
pomek Dec 17, 2024
643092a
Added fake selection to emoji.
przemyslaw-zan Dec 18, 2024
85455b9
Fixed license headers.
pomek Dec 18, 2024
312972b
Merge pull request #17669 from ckeditor/ck/17654
przemyslaw-zan Dec 19, 2024
98c87e0
Emoji mention will take into account the selected skin tone.
przemyslaw-zan Dec 19, 2024
a26b337
Improved skin tone dropdown.
przemyslaw-zan Dec 19, 2024
3847b0b
Review requests.
przemyslaw-zan Dec 20, 2024
cfdc972
Merge pull request #17676 from ckeditor/ck/17660
przemyslaw-zan Dec 20, 2024
45ee2bb
Added a search input to emoji picker.
martnpaneq Dec 23, 2024
d7d96da
Removed unicode characters from the bottom of emoji picker.
martnpaneq Dec 23, 2024
c31f47c
Merge pull request #17689 from ckeditor/ck/17655-emoji-remove-unicode
martnpaneq Dec 24, 2024
9697c88
Merge pull request #17687 from ckeditor/ck/17659-emoji-search-input
martnpaneq Dec 24, 2024
5a9c077
Storing selected emoji category in state so that it is restored when …
martnpaneq Dec 24, 2024
986b3e2
Merge branch 'epic/ck/17361' into ck/17657-emoji-store-selected-tab
martnpaneq Dec 27, 2024
de14e29
Not displaying unsupported emoji in the emoji picker and mention plugin.
martnpaneq Dec 30, 2024
6b4456f
Update packages/ckeditor5-emoji/tests/emojipicker.js
martnpaneq Dec 30, 2024
81ebf58
Merge pull request #17692 from ckeditor/ck/17657-emoji-store-selected…
martnpaneq Dec 30, 2024
e817e87
Fixed tests.
martnpaneq Dec 30, 2024
3e7b251
Fixed baseline emoji width on Windows.
martnpaneq Dec 31, 2024
74fc0fa
Extracted baseline emoji width to a common variable.
martnpaneq Dec 31, 2024
9d07ecb
Added padding to emoji categories and fixed "Not found" styles.
martnpaneq Dec 31, 2024
d3391ea
Fixed reset button not resetting the emoji picker state.
martnpaneq Jan 2, 2025
e300c0d
Merge pull request #17710 from ckeditor/ck/17659-fix-reset-button
martnpaneq Jan 2, 2025
ee6b28e
Introduced docs guide for emoji feature.
psmyrek Jan 3, 2025
7a06f91
Restored previous styles to make unit tests pass.
psmyrek Jan 7, 2025
4c23874
Fixed translations context (removed unued ones and added missing ones).
psmyrek Jan 7, 2025
235b97c
Added exclusion to the `cdn.jsdelivr.net` host for emoji feature in t…
psmyrek Jan 7, 2025
a4f0312
Added warning about possible conflict with pre-configured key with me…
psmyrek Jan 7, 2025
d9482c4
Installing newest emoji on CI to enable emoji picker testing.
martnpaneq Jan 7, 2025
4732368
Revert "Fixed tests."
martnpaneq Jan 7, 2025
abad86a
Setting aria-hidden to true for div created for testing emoji support.
martnpaneq Jan 7, 2025
884dcbe
Added note about using an external emoji font to unify their appearance.
psmyrek Jan 8, 2025
8f989be
Merge pull request #17698 from ckeditor/ck/17666-hide-unsupported-emoji
martnpaneq Jan 9, 2025
e6bcd4b
Merge pull request #17704 from ckeditor/ck/17661-emoji-styles
martnpaneq Jan 9, 2025
1454a16
Merge branch 'epic/ck/17361' into ck/17380
psmyrek Jan 9, 2025
dbd46fc
Added info about two ways how to load the feature.
psmyrek Jan 9, 2025
16d0982
Update packages/ckeditor5-emoji/docs/features/emoji.md
psmyrek Jan 9, 2025
7508f4c
Update packages/ckeditor5-emoji/docs/features/emoji.md
psmyrek Jan 9, 2025
33bd7e6
Wrapped emoji names by `<strong>` tag.
psmyrek Jan 9, 2025
a420c9c
A note about compatibility of emojis between OSes wrapped inside a wa…
psmyrek Jan 9, 2025
e6179e3
Update packages/ckeditor5-emoji/docs/features/emoji.md
psmyrek Jan 9, 2025
df856ab
Merge branch 'master' into epic/ck/17361
pomek Jan 10, 2025
025ef80
Internal (emoji): Hello 2025.
pomek Jan 10, 2025
fa5d274
Update packages/ckeditor5-emoji/docs/features/emoji.md
psmyrek Jan 10, 2025
76e6384
Update packages/ckeditor5-emoji/docs/features/emoji.md
psmyrek Jan 10, 2025
556ec29
Removed special characters from the emoji feature guide.
psmyrek Jan 10, 2025
c025ae0
Merge pull request #17713 from ckeditor/ck/17380
psmyrek Jan 10, 2025
0f3bb2a
Fixed display of the no results message.
przemyslaw-zan Jan 10, 2025
5999e56
Added skin tone config option.
przemyslaw-zan Jan 10, 2025
2e9d71b
Fixed tests.
przemyslaw-zan Jan 10, 2025
dd913ae
Updated docs.
przemyslaw-zan Jan 10, 2025
638bc8c
PoC with `emoji-picker-element` package replaced with own implementat…
psmyrek Jan 13, 2025
5dd16c4
Merge pull request #17747 from ckeditor/i/17736
przemyslaw-zan Jan 13, 2025
2d5d0f6
Merge pull request #17740 from ckeditor/i/17731
przemyslaw-zan Jan 13, 2025
8dcccae
Improved fuzzy search.
psmyrek Jan 13, 2025
5456cf6
Add condition when to search.
psmyrek Jan 13, 2025
dcdea31
WIP.
pomek Jan 13, 2025
ad9ecbe
Merge branch 'epic/ck/17361' into ck/17662
pomek Jan 13, 2025
a8c9f3e
Non working version. Use the previous commit to debug.
pomek Jan 13, 2025
31a7cac
Working version after refactoring.
pomek Jan 14, 2025
55349c5
TypeScript cleanup.
pomek Jan 14, 2025
a20e58f
Fixed types.
pomek Jan 15, 2025
4c168b1
Update the balloon position when emoji are updated.
pomek Jan 15, 2025
6141169
Moved all events handlers to a plugin.
pomek Jan 15, 2025
b61c8a7
Revert an invalid change.
pomek Jan 15, 2025
9d1d6f6
Minor types changes.
pomek Jan 15, 2025
412cd91
Rename a property.
pomek Jan 15, 2025
3a32ca6
Fixed an invalid emoji icon when EmojiPicker is not available.
pomek Jan 15, 2025
a30aa6f
Tests for EmojiDatabase plugin.
psmyrek Jan 15, 2025
d0efcb7
Docs.
psmyrek Jan 15, 2025
0bc9fa3
Improved manual test.
pomek Jan 15, 2025
36ed3b6
s/DropdownPanelContent/EmojiDropdownPanelContent
pomek Jan 15, 2025
9d9d2a3
Fixed manual test.
psmyrek Jan 15, 2025
92a6947
Added support for configuring emoji database version.
psmyrek Jan 15, 2025
dfec231
Updated styles.
przemyslaw-zan Jan 15, 2025
8f75070
Update LICENSE.md
pomek Jan 16, 2025
9855b62
Apply suggestions from code review
pomek Jan 16, 2025
83643d2
Moved consts from modules to database (to allow translating them).
pomek Jan 16, 2025
06e93d2
Merge branch 'ck/17378-ui-improvements' of github.com:ckeditor/ckedit…
pomek Jan 16, 2025
3a8315a
Merge branch 'master' into epic/ck/17361
pomek Jan 16, 2025
e2f4dfd
Merge branch 'epic/ck/17361' into ck/17378-ui-improvements
pomek Jan 16, 2025
562fdcf
An icon.
pomek Jan 16, 2025
969d5a0
Updated style values.
przemyslaw-zan Jan 16, 2025
1cfe50f
Updated grid spacing.
przemyslaw-zan Jan 16, 2025
4cf539a
Emoji - contexts.json.
pomek Jan 16, 2025
1fadd10
Moved the "Please try a different phrase or check the spelling." tran…
pomek Jan 16, 2025
32d3e38
Wording (a translation context).
pomek Jan 16, 2025
934c07a
Emoji: en.po.
pomek Jan 16, 2025
4b2b24f
Added missing import.
przemyslaw-zan Jan 16, 2025
8265a2c
Fixed dependencies.
przemyslaw-zan Jan 16, 2025
26319b7
Moved emoji styles from the theme-lark package to the emoji package.
przemyslaw-zan Jan 16, 2025
f7577fc
Moved responsibility of the Emoji UI from a plugin to a view.
pomek Jan 18, 2025
9576023
Tyoes & more TODOs.
pomek Jan 18, 2025
174b7ab
Naming & simplifying.
pomek Jan 18, 2025
bc0fa3f
Resolved t() issues.
pomek Jan 20, 2025
447a389
Improved clearing the query view. It could freeze when between openin…
pomek Jan 20, 2025
ba94394
Improved the "EmojiToneView" view by using CKEditor 5 helpers to prep…
pomek Jan 20, 2025
a992f85
Removed unused events from a tile.
pomek Jan 20, 2025
b2185eb
Types.
pomek Jan 20, 2025
cba7a0d
Fixed emoji tests in after refactoring [WIP].
martnpaneq Jan 20, 2025
0d23893
Make tests green again.
pomek Jan 21, 2025
0e72806
Removed unused deps from package.
pomek Jan 21, 2025
3cdb3ec
Merge pull request #17758 from ckeditor/ck/17378-ui-improvements
pomek Jan 21, 2025
44f1725
Merge branch 'master' into epic/ck/17361
pomek Jan 21, 2025
59474d7
Improved CSS class names.
pomek Jan 20, 2025
edb595d
Docs: language review. pt. 1 [short flow]
godai78 Jan 21, 2025
791b0e8
Docs: language review. pt. 2 [short flow]
godai78 Jan 22, 2025
fa545db
Do not initialize Emoji plugins if emoji database is not available.
psmyrek Jan 22, 2025
90425d9
Fixed tests.
psmyrek Jan 22, 2025
6eb5e60
Simplified the emoji mention integration. Added a hint when the query…
pomek Jan 22, 2025
4610b69
Contexts update.
pomek Jan 22, 2025
9e407d4
Aligned tests to recent changes.
pomek Jan 22, 2025
a01e1a9
Merge pull request #17796 from ckeditor/ck/17772
pomek Jan 22, 2025
61d46ec
Merge pull request #17794 from ckeditor/ck/17792-css-names
pomek Jan 22, 2025
f955b6e
Merge branch 'epic/ck/17361' into ck/17782-mention-emoji
pomek Jan 22, 2025
f136424
Addressed CI issues.
pomek Jan 22, 2025
65bc8da
Improved the design of the hint option.
pomek Jan 22, 2025
3f6cd9f
Merge branch 'master' into epic/ck/17361
pomek Jan 22, 2025
7175f64
Merge branch 'epic/ck/17361' into ck/17782-mention-emoji
pomek Jan 22, 2025
31969f6
Merge pull request #17799 from ckeditor/ck/17782-mention-emoji
pomek Jan 22, 2025
4033ee1
Fixed skin tone in emoji mention to take the default value from emoji…
martnpaneq Jan 22, 2025
9f6423c
Moved skin tone config from `EmojiPicker` to `EmojiDatabase` and extr…
martnpaneq Jan 22, 2025
824e2cf
Added the "EmojiCommand" command for opening the feature UI using a c…
pomek Jan 22, 2025
c8ed5fb
Docs update.
pomek Jan 22, 2025
c8fedc6
Types.
pomek Jan 22, 2025
fd4fbcc
Augmentation update.
pomek Jan 22, 2025
7919ea0
Merge pull request #17800 from ckeditor/ck/17778-fix-skin-tone-config
martnpaneq Jan 23, 2025
b26bc95
Updating emoji balloon position when layout is changed.
martnpaneq Jan 23, 2025
6313f5b
Store tiles in a cache.
psmyrek Jan 23, 2025
0bda25d
Added the "update" event type.
pomek Jan 23, 2025
0939efd
Apply suggestions from code review
pomek Jan 23, 2025
3359240
Merge pull request #17804 from ckeditor/ck/17776
pomek Jan 23, 2025
8fc3064
Merge pull request #17803 from ckeditor/ck/17774-update-balloon-position
pomek Jan 23, 2025
b28da18
Merge pull request #17801 from ckeditor/ck/17773-emoji-command
pomek Jan 23, 2025
91c9e28
Removed the TODO piece as it works as expected. Closes #17777.
pomek Jan 23, 2025
8f6d19e
Make tests green, again.
pomek Jan 23, 2025
98ca9d2
Improved emoji examples in contexts.
pomek Jan 23, 2025
dc92e33
Wording.
pomek Jan 23, 2025
a6cccc6
Removed external resources exlucions from emoji demo.
pomek Jan 23, 2025
9c562c4
Removed an existing translation file.
pomek Jan 23, 2025
b53e60f
Docs & types.
pomek Jan 23, 2025
8626576
Revert invalid changes.
pomek Jan 23, 2025
9bda685
Wording.
pomek Jan 23, 2025
6637233
Improved a manual test by allowing defining the editor config.
pomek Jan 23, 2025
c3fc845
Code refactoring.
oleq Jan 24, 2025
316afc2
Improved accessibility of the `EmojiCategoriesView` class.
pomek Jan 24, 2025
18bbd39
Improved accessibility of the `EmojiToneView` class.
pomek Jan 24, 2025
a12572a
Improved accessibility of the `EmojiCategoriesView` class.
pomek Jan 25, 2025
ad4dd0a
Improved tests.
pomek Jan 25, 2025
ac76961
Minor changes.
pomek Jan 27, 2025
0fce17f
Merge pull request #17816 from ckeditor/emoji-a11y
pomek Jan 27, 2025
109a9f3
Package metadata.
pomek Jan 27, 2025
242a821
Improved naming of methods and variables in the package.
pomek Jan 27, 2025
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
6 changes: 6 additions & 0 deletions .circleci/template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@ parameters:
default: false

commands:
install_newest_emoji:
steps:
- run:
name: Install the emoji font
command: |
sudo apt install fonts-noto-color-emoji
halt_if_short_flow:
steps:
- run:
Expand Down
2 changes: 2 additions & 0 deletions LICENSE.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ The following libraries are included in CKEditor under the [MIT license](https:/
* BlurHash - Copyright (c) 2018 Wolt Enterprises (MIT license).
* color-convert - Copyright (c) 2011–2016 Heather Arthur <[email protected]>, copyright (c) 2016–2021 Josh Junon <[email protected]>.
* color-parse - Copyright (c) 2015 Dmitry Ivanov.
* emoji-picker-element-data - Copyright (c) 2020 Nolan Lawson.
* Fuse.js - Copyright (c) 2017 Kirollos Risk.
* Lodash - Copyright (c) JS Foundation and other contributors https://js.foundation/. Based on Underscore.js, copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors http://underscorejs.org/.
* Marked - Copyright (c) 2018+, MarkedJS (https://github.com/markedjs/), copyright (c) 2011–2018, Christopher Jeffrey (https://github.com/chjj/).
* Turndown - Copyright (c) 2017+ Dom Christie.
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
"@ckeditor/ckeditor5-editor-decoupled": "44.1.0",
"@ckeditor/ckeditor5-editor-inline": "44.1.0",
"@ckeditor/ckeditor5-editor-multi-root": "44.1.0",
"@ckeditor/ckeditor5-emoji": "0.0.1",
"@ckeditor/ckeditor5-engine": "44.1.0",
"@ckeditor/ckeditor5-enter": "44.1.0",
"@ckeditor/ckeditor5-essentials": "44.1.0",
Expand Down
3 changes: 2 additions & 1 deletion packages/ckeditor5-core/lang/contexts.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,6 @@
"Execute the currently focused button. Executing buttons that interact with the editor content moves the focus back to the content.": "Keystroke description for assistive technologies: keystroke for executing currently focused button.",
"Accept": "Label of the button confirming the changes done in the current interface.",
"Paragraph": "Dropdown option label for the paragraph format.",
"Color picker": "The label used by assistive technologies describing a button that opens a color picker, where user can choose a configured color for a certain properties (eg.: background color, color, border-color etc.)."
"Color picker": "The label used by assistive technologies describing a button that opens a color picker, where user can choose a configured color for a certain properties (eg.: background color, color, border-color etc.).",
"Please try a different phrase or check the spelling.": "The secondary text of the message shown to the user when no results are available for the search criteria."
}
4 changes: 4 additions & 0 deletions packages/ckeditor5-core/lang/translations/af.po
Original file line number Diff line number Diff line change
Expand Up @@ -134,3 +134,7 @@ msgstr ""
msgctxt "The label used by assistive technologies describing a button that opens a color picker, where user can choose a configured color for a certain properties (eg.: background color, color, border-color etc.)."
msgid "Color picker"
msgstr ""

msgctxt "The secondary text of the message shown to the user when no results are available for the search criteria."
msgid "Please try a different phrase or check the spelling."
msgstr ""
4 changes: 4 additions & 0 deletions packages/ckeditor5-core/lang/translations/ar.po
Original file line number Diff line number Diff line change
Expand Up @@ -134,3 +134,7 @@ msgstr "فقرة"
msgctxt "The label used by assistive technologies describing a button that opens a color picker, where user can choose a configured color for a certain properties (eg.: background color, color, border-color etc.)."
msgid "Color picker"
msgstr "أداة انتقاء الألوان"

msgctxt "The secondary text of the message shown to the user when no results are available for the search criteria."
msgid "Please try a different phrase or check the spelling."
msgstr "يُرجى محاولة البحث باستخدام عبارة أخرى أو تدقيق عبارة البحث إملائياً."
4 changes: 4 additions & 0 deletions packages/ckeditor5-core/lang/translations/ast.po
Original file line number Diff line number Diff line change
Expand Up @@ -134,3 +134,7 @@ msgstr ""
msgctxt "The label used by assistive technologies describing a button that opens a color picker, where user can choose a configured color for a certain properties (eg.: background color, color, border-color etc.)."
msgid "Color picker"
msgstr ""

msgctxt "The secondary text of the message shown to the user when no results are available for the search criteria."
msgid "Please try a different phrase or check the spelling."
msgstr ""
4 changes: 4 additions & 0 deletions packages/ckeditor5-core/lang/translations/az.po
Original file line number Diff line number Diff line change
Expand Up @@ -134,3 +134,7 @@ msgstr "Abzas"
msgctxt "The label used by assistive technologies describing a button that opens a color picker, where user can choose a configured color for a certain properties (eg.: background color, color, border-color etc.)."
msgid "Color picker"
msgstr ""

msgctxt "The secondary text of the message shown to the user when no results are available for the search criteria."
msgid "Please try a different phrase or check the spelling."
msgstr ""
4 changes: 4 additions & 0 deletions packages/ckeditor5-core/lang/translations/bg.po
Original file line number Diff line number Diff line change
Expand Up @@ -134,3 +134,7 @@ msgstr "Параграф"
msgctxt "The label used by assistive technologies describing a button that opens a color picker, where user can choose a configured color for a certain properties (eg.: background color, color, border-color etc.)."
msgid "Color picker"
msgstr "Избор на цвят"

msgctxt "The secondary text of the message shown to the user when no results are available for the search criteria."
msgid "Please try a different phrase or check the spelling."
msgstr "Моля, опитайте с друг израз или проверете правописа."
4 changes: 4 additions & 0 deletions packages/ckeditor5-core/lang/translations/bn.po
Original file line number Diff line number Diff line change
Expand Up @@ -134,3 +134,7 @@ msgstr "অনুচ্ছেদ"
msgctxt "The label used by assistive technologies describing a button that opens a color picker, where user can choose a configured color for a certain properties (eg.: background color, color, border-color etc.)."
msgid "Color picker"
msgstr "রং বাছাইকারী"

msgctxt "The secondary text of the message shown to the user when no results are available for the search criteria."
msgid "Please try a different phrase or check the spelling."
msgstr "অনুগ্রহ করে একটি ভিন্ন শব্দগুচ্ছ চেষ্টা করুন বা বানানটি পরীক্ষা করুন।"
4 changes: 4 additions & 0 deletions packages/ckeditor5-core/lang/translations/bs.po
Original file line number Diff line number Diff line change
Expand Up @@ -134,3 +134,7 @@ msgstr "Paragraf"
msgctxt "The label used by assistive technologies describing a button that opens a color picker, where user can choose a configured color for a certain properties (eg.: background color, color, border-color etc.)."
msgid "Color picker"
msgstr ""

msgctxt "The secondary text of the message shown to the user when no results are available for the search criteria."
msgid "Please try a different phrase or check the spelling."
msgstr ""
4 changes: 4 additions & 0 deletions packages/ckeditor5-core/lang/translations/ca.po
Original file line number Diff line number Diff line change
Expand Up @@ -134,3 +134,7 @@ msgstr "Paràgraf"
msgctxt "The label used by assistive technologies describing a button that opens a color picker, where user can choose a configured color for a certain properties (eg.: background color, color, border-color etc.)."
msgid "Color picker"
msgstr "Selector de colors"

msgctxt "The secondary text of the message shown to the user when no results are available for the search criteria."
msgid "Please try a different phrase or check the spelling."
msgstr "Prova-ho de nou amb una frase diferent o revisa l'ortografia."
4 changes: 4 additions & 0 deletions packages/ckeditor5-core/lang/translations/cs.po
Original file line number Diff line number Diff line change
Expand Up @@ -134,3 +134,7 @@ msgstr "Odstavec"
msgctxt "The label used by assistive technologies describing a button that opens a color picker, where user can choose a configured color for a certain properties (eg.: background color, color, border-color etc.)."
msgid "Color picker"
msgstr "Vybrat barvu"

msgctxt "The secondary text of the message shown to the user when no results are available for the search criteria."
msgid "Please try a different phrase or check the spelling."
msgstr "Zkuste jinou frázi nebo zkontrolujte, zda jste neudělali chybu."
4 changes: 4 additions & 0 deletions packages/ckeditor5-core/lang/translations/da.po
Original file line number Diff line number Diff line change
Expand Up @@ -134,3 +134,7 @@ msgstr "Afsnit"
msgctxt "The label used by assistive technologies describing a button that opens a color picker, where user can choose a configured color for a certain properties (eg.: background color, color, border-color etc.)."
msgid "Color picker"
msgstr "Farvevælger"

msgctxt "The secondary text of the message shown to the user when no results are available for the search criteria."
msgid "Please try a different phrase or check the spelling."
msgstr "Prøv en anden søgning eller tjek stavemåden."
4 changes: 4 additions & 0 deletions packages/ckeditor5-core/lang/translations/de-ch.po
Original file line number Diff line number Diff line change
Expand Up @@ -134,3 +134,7 @@ msgstr "Absatz"
msgctxt "The label used by assistive technologies describing a button that opens a color picker, where user can choose a configured color for a certain properties (eg.: background color, color, border-color etc.)."
msgid "Color picker"
msgstr ""

msgctxt "The secondary text of the message shown to the user when no results are available for the search criteria."
msgid "Please try a different phrase or check the spelling."
msgstr ""
4 changes: 4 additions & 0 deletions packages/ckeditor5-core/lang/translations/de.po
Original file line number Diff line number Diff line change
Expand Up @@ -134,3 +134,7 @@ msgstr "Absatz"
msgctxt "The label used by assistive technologies describing a button that opens a color picker, where user can choose a configured color for a certain properties (eg.: background color, color, border-color etc.)."
msgid "Color picker"
msgstr "Farbwähler"

msgctxt "The secondary text of the message shown to the user when no results are available for the search criteria."
msgid "Please try a different phrase or check the spelling."
msgstr "Bitte versuchen Sie einen anderen Ausdruck oder überprüfen Sie die Schreibweise."
4 changes: 4 additions & 0 deletions packages/ckeditor5-core/lang/translations/el.po
Original file line number Diff line number Diff line change
Expand Up @@ -134,3 +134,7 @@ msgstr "Παράγραφος"
msgctxt "The label used by assistive technologies describing a button that opens a color picker, where user can choose a configured color for a certain properties (eg.: background color, color, border-color etc.)."
msgid "Color picker"
msgstr "Επιλογέας χρώματος"

msgctxt "The secondary text of the message shown to the user when no results are available for the search criteria."
msgid "Please try a different phrase or check the spelling."
msgstr "Παρακαλούμε δοκιμάστε μια διαφορετική φράση ή ελέγξτε την ορθογραφία."
4 changes: 4 additions & 0 deletions packages/ckeditor5-core/lang/translations/en-au.po
Original file line number Diff line number Diff line change
Expand Up @@ -134,3 +134,7 @@ msgstr "Paragraph"
msgctxt "The label used by assistive technologies describing a button that opens a color picker, where user can choose a configured color for a certain properties (eg.: background color, color, border-color etc.)."
msgid "Color picker"
msgstr "Colour picker"

msgctxt "The secondary text of the message shown to the user when no results are available for the search criteria."
msgid "Please try a different phrase or check the spelling."
msgstr "Please try a different phrase or check the spelling."
4 changes: 4 additions & 0 deletions packages/ckeditor5-core/lang/translations/en-gb.po
Original file line number Diff line number Diff line change
Expand Up @@ -134,3 +134,7 @@ msgstr "Paragraph"
msgctxt "The label used by assistive technologies describing a button that opens a color picker, where user can choose a configured color for a certain properties (eg.: background color, color, border-color etc.)."
msgid "Color picker"
msgstr ""

msgctxt "The secondary text of the message shown to the user when no results are available for the search criteria."
msgid "Please try a different phrase or check the spelling."
msgstr ""
4 changes: 4 additions & 0 deletions packages/ckeditor5-core/lang/translations/en.po
Original file line number Diff line number Diff line change
Expand Up @@ -134,3 +134,7 @@ msgstr "Paragraph"
msgctxt "The label used by assistive technologies describing a button that opens a color picker, where user can choose a configured color for a certain properties (eg.: background color, color, border-color etc.)."
msgid "Color picker"
msgstr "Color picker"

msgctxt "The secondary text of the message shown to the user when no results are available for the search criteria."
msgid "Please try a different phrase or check the spelling."
msgstr "Please try a different phrase or check the spelling."
4 changes: 4 additions & 0 deletions packages/ckeditor5-core/lang/translations/eo.po
Original file line number Diff line number Diff line change
Expand Up @@ -134,3 +134,7 @@ msgstr "Paragrafo"
msgctxt "The label used by assistive technologies describing a button that opens a color picker, where user can choose a configured color for a certain properties (eg.: background color, color, border-color etc.)."
msgid "Color picker"
msgstr ""

msgctxt "The secondary text of the message shown to the user when no results are available for the search criteria."
msgid "Please try a different phrase or check the spelling."
msgstr ""
4 changes: 4 additions & 0 deletions packages/ckeditor5-core/lang/translations/es-co.po
Original file line number Diff line number Diff line change
Expand Up @@ -134,3 +134,7 @@ msgstr ""
msgctxt "The label used by assistive technologies describing a button that opens a color picker, where user can choose a configured color for a certain properties (eg.: background color, color, border-color etc.)."
msgid "Color picker"
msgstr ""

msgctxt "The secondary text of the message shown to the user when no results are available for the search criteria."
msgid "Please try a different phrase or check the spelling."
msgstr ""
4 changes: 4 additions & 0 deletions packages/ckeditor5-core/lang/translations/es.po
Original file line number Diff line number Diff line change
Expand Up @@ -134,3 +134,7 @@ msgstr "Párrafo"
msgctxt "The label used by assistive technologies describing a button that opens a color picker, where user can choose a configured color for a certain properties (eg.: background color, color, border-color etc.)."
msgid "Color picker"
msgstr "Selector de color"

msgctxt "The secondary text of the message shown to the user when no results are available for the search criteria."
msgid "Please try a different phrase or check the spelling."
msgstr "Intente con una frase diferente o revise la ortografía."
4 changes: 4 additions & 0 deletions packages/ckeditor5-core/lang/translations/et.po
Original file line number Diff line number Diff line change
Expand Up @@ -134,3 +134,7 @@ msgstr "Lõik"
msgctxt "The label used by assistive technologies describing a button that opens a color picker, where user can choose a configured color for a certain properties (eg.: background color, color, border-color etc.)."
msgid "Color picker"
msgstr "Värvi valija"

msgctxt "The secondary text of the message shown to the user when no results are available for the search criteria."
msgid "Please try a different phrase or check the spelling."
msgstr "Proovige mõnda muud fraasi või kontrollige õigekirja."
4 changes: 4 additions & 0 deletions packages/ckeditor5-core/lang/translations/eu.po
Original file line number Diff line number Diff line change
Expand Up @@ -134,3 +134,7 @@ msgstr "Paragrafoa"
msgctxt "The label used by assistive technologies describing a button that opens a color picker, where user can choose a configured color for a certain properties (eg.: background color, color, border-color etc.)."
msgid "Color picker"
msgstr ""

msgctxt "The secondary text of the message shown to the user when no results are available for the search criteria."
msgid "Please try a different phrase or check the spelling."
msgstr ""
4 changes: 4 additions & 0 deletions packages/ckeditor5-core/lang/translations/fa.po
Original file line number Diff line number Diff line change
Expand Up @@ -134,3 +134,7 @@ msgstr "پاراگراف"
msgctxt "The label used by assistive technologies describing a button that opens a color picker, where user can choose a configured color for a certain properties (eg.: background color, color, border-color etc.)."
msgid "Color picker"
msgstr ""

msgctxt "The secondary text of the message shown to the user when no results are available for the search criteria."
msgid "Please try a different phrase or check the spelling."
msgstr ""
4 changes: 4 additions & 0 deletions packages/ckeditor5-core/lang/translations/fi.po
Original file line number Diff line number Diff line change
Expand Up @@ -134,3 +134,7 @@ msgstr "Kappale"
msgctxt "The label used by assistive technologies describing a button that opens a color picker, where user can choose a configured color for a certain properties (eg.: background color, color, border-color etc.)."
msgid "Color picker"
msgstr "Värin valitsin"

msgctxt "The secondary text of the message shown to the user when no results are available for the search criteria."
msgid "Please try a different phrase or check the spelling."
msgstr "Kokeilethan toista lausetta tai tarkista oikeinkirjoitus."
4 changes: 4 additions & 0 deletions packages/ckeditor5-core/lang/translations/fr.po
Original file line number Diff line number Diff line change
Expand Up @@ -134,3 +134,7 @@ msgstr "Paragraphe"
msgctxt "The label used by assistive technologies describing a button that opens a color picker, where user can choose a configured color for a certain properties (eg.: background color, color, border-color etc.)."
msgid "Color picker"
msgstr "Pipette à couleurs"

msgctxt "The secondary text of the message shown to the user when no results are available for the search criteria."
msgid "Please try a different phrase or check the spelling."
msgstr "Veuillez essayer une autre phrase ou vérifier l'orthographe."
4 changes: 4 additions & 0 deletions packages/ckeditor5-core/lang/translations/gl.po
Original file line number Diff line number Diff line change
Expand Up @@ -134,3 +134,7 @@ msgstr "Parágrafo"
msgctxt "The label used by assistive technologies describing a button that opens a color picker, where user can choose a configured color for a certain properties (eg.: background color, color, border-color etc.)."
msgid "Color picker"
msgstr "Selector de cores"

msgctxt "The secondary text of the message shown to the user when no results are available for the search criteria."
msgid "Please try a different phrase or check the spelling."
msgstr "Probe cunha frase diferente ou revise a ortografía."
4 changes: 4 additions & 0 deletions packages/ckeditor5-core/lang/translations/gu.po
Original file line number Diff line number Diff line change
Expand Up @@ -134,3 +134,7 @@ msgstr ""
msgctxt "The label used by assistive technologies describing a button that opens a color picker, where user can choose a configured color for a certain properties (eg.: background color, color, border-color etc.)."
msgid "Color picker"
msgstr ""

msgctxt "The secondary text of the message shown to the user when no results are available for the search criteria."
msgid "Please try a different phrase or check the spelling."
msgstr ""
4 changes: 4 additions & 0 deletions packages/ckeditor5-core/lang/translations/he.po
Original file line number Diff line number Diff line change
Expand Up @@ -134,3 +134,7 @@ msgstr "פיסקה"
msgctxt "The label used by assistive technologies describing a button that opens a color picker, where user can choose a configured color for a certain properties (eg.: background color, color, border-color etc.)."
msgid "Color picker"
msgstr "בורר הצבעים"

msgctxt "The secondary text of the message shown to the user when no results are available for the search criteria."
msgid "Please try a different phrase or check the spelling."
msgstr "אנא נסו צירוף מילים שונה או בדקו את האיות."
4 changes: 4 additions & 0 deletions packages/ckeditor5-core/lang/translations/hi.po
Original file line number Diff line number Diff line change
Expand Up @@ -134,3 +134,7 @@ msgstr "Paragraph"
msgctxt "The label used by assistive technologies describing a button that opens a color picker, where user can choose a configured color for a certain properties (eg.: background color, color, border-color etc.)."
msgid "Color picker"
msgstr "Color picker"

msgctxt "The secondary text of the message shown to the user when no results are available for the search criteria."
msgid "Please try a different phrase or check the spelling."
msgstr "कृपया किन्हीं और शब्दों का इस्तेमाल करें या स्पेलिंग चेक करें."
4 changes: 4 additions & 0 deletions packages/ckeditor5-core/lang/translations/hr.po
Original file line number Diff line number Diff line change
Expand Up @@ -134,3 +134,7 @@ msgstr "Paragraf"
msgctxt "The label used by assistive technologies describing a button that opens a color picker, where user can choose a configured color for a certain properties (eg.: background color, color, border-color etc.)."
msgid "Color picker"
msgstr "Birač boje"

msgctxt "The secondary text of the message shown to the user when no results are available for the search criteria."
msgid "Please try a different phrase or check the spelling."
msgstr "Molimo pokušajte drugačiji izraz ili provjerite pravopis."
4 changes: 4 additions & 0 deletions packages/ckeditor5-core/lang/translations/hu.po
Original file line number Diff line number Diff line change
Expand Up @@ -134,3 +134,7 @@ msgstr "Bekezdés"
msgctxt "The label used by assistive technologies describing a button that opens a color picker, where user can choose a configured color for a certain properties (eg.: background color, color, border-color etc.)."
msgid "Color picker"
msgstr "Szín választása"

msgctxt "The secondary text of the message shown to the user when no results are available for the search criteria."
msgid "Please try a different phrase or check the spelling."
msgstr "Kérjük, próbálkozzon másik kifejezéssel, vagy ellenőrizze a helyesírást."
4 changes: 4 additions & 0 deletions packages/ckeditor5-core/lang/translations/hy.po
Original file line number Diff line number Diff line change
Expand Up @@ -134,3 +134,7 @@ msgstr ""
msgctxt "The label used by assistive technologies describing a button that opens a color picker, where user can choose a configured color for a certain properties (eg.: background color, color, border-color etc.)."
msgid "Color picker"
msgstr ""

msgctxt "The secondary text of the message shown to the user when no results are available for the search criteria."
msgid "Please try a different phrase or check the spelling."
msgstr ""
4 changes: 4 additions & 0 deletions packages/ckeditor5-core/lang/translations/id.po
Original file line number Diff line number Diff line change
Expand Up @@ -134,3 +134,7 @@ msgstr "Paragraf"
msgctxt "The label used by assistive technologies describing a button that opens a color picker, where user can choose a configured color for a certain properties (eg.: background color, color, border-color etc.)."
msgid "Color picker"
msgstr "Pengambil warna"

msgctxt "The secondary text of the message shown to the user when no results are available for the search criteria."
msgid "Please try a different phrase or check the spelling."
msgstr "Silakan coba frasa lain atau periksa ejaannya."
4 changes: 4 additions & 0 deletions packages/ckeditor5-core/lang/translations/it.po
Original file line number Diff line number Diff line change
Expand Up @@ -134,3 +134,7 @@ msgstr "Paragrafo"
msgctxt "The label used by assistive technologies describing a button that opens a color picker, where user can choose a configured color for a certain properties (eg.: background color, color, border-color etc.)."
msgid "Color picker"
msgstr "Selezione colore"

msgctxt "The secondary text of the message shown to the user when no results are available for the search criteria."
msgid "Please try a different phrase or check the spelling."
msgstr "Prova una frase diversa o controlla l'ortografia."
Loading
Loading