Skip to content

Merge Meeds-io/MIPs#164 #4974

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

Draft
wants to merge 3 commits into
base: develop
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
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
11 changes: 10 additions & 1 deletion crowdin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -360,5 +360,14 @@ files: [
"update_option": "update_as_unapproved",
"escape_special_characters": 0,
"escape_quotes": 0,
}
},
{
"source": "/webapp/src/main/resources/locale/portlet/EmojiPicker_en.properties",
"translation": "%original_path%/%file_name%!_%locale_with_underscore%.%file_extension%",
"translation_replace": { YML_CROWDIN_LANGUAGES_ARG },
"dest": "hub/social/webapp/EmojiPicker.properties",
"update_option": "update_as_unapproved",
"escape_special_characters": 0,
"escape_quotes": 0,
}
]
12 changes: 12 additions & 0 deletions webapp/src/main/resources/locale/portlet/EmojiPicker_en.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
emojiPicker.search.label=Search emojis...
emojiPicker.category.recent.label=Frequently Used
emojiPicker.category.smileys-emotion.label=Smileys & Emotion
emojiPicker.category.people-body.label=People & Body
emojiPicker.category.animals-nature.label=Animals & Nature
emojiPicker.category.food-drink.label=Food & Drink
emojiPicker.category.activities.label=Activities
emojiPicker.category.travel-places.label=Travel & Places
emojiPicker.category.objects.label=Objects
emojiPicker.category.symbols.label=Symbols
emojiPicker.category.flags.label=Flags
emojiPicker.category.extras-unicode.label=Unicode Extras
12 changes: 12 additions & 0 deletions webapp/src/main/resources/locale/portlet/EmojiPicker_fr.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
emojiPicker.search.label=Rechercher des \u00e9mojis...
emojiPicker.category.recent.label=Utilis\u00e9s fr\u00e9quemment
emojiPicker.category.smileys-emotion.label=Smileys et \u00e9motions
emojiPicker.category.people-body.label=Personnes et corps
emojiPicker.category.animals-nature.label=Animaux et nature
emojiPicker.category.food-drink.label=Nourriture et boissons
emojiPicker.category.activities.label=Activit\u00e9s
emojiPicker.category.travel-places.label=Voyages et lieux
emojiPicker.category.objects.label=Objets
emojiPicker.category.symbols.label=Symboles
emojiPicker.category.flags.label=Drapeaux
emojiPicker.category.extras-unicode.label=Extras Unicode
24 changes: 24 additions & 0 deletions webapp/src/main/webapp/WEB-INF/gatein-resources.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3211,4 +3211,28 @@
</depends>
</module>

<module>
<name>emojiPicker</name>
<load-group>emojisGRP</load-group>
<script>
<minify>false</minify>
<path>/js/emojiPicker.bundle.js</path>
</script>
<depends>
<module>vue</module>
</depends>
<depends>
<module>vuetify</module>
</depends>
<depends>
<module>eXoVueI18n</module>
</depends>
<depends>
<module>commonVueComponents</module>
</depends>
<depends>
<module>extensionRegistry</module>
</depends>
</module>

</gatein-resources>
Loading