Skip to content

Commit

Permalink
feat: add sweater and baby-onesie icons (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
BalbinaK committed Dec 7, 2023
1 parent 8c507a0 commit c3d10b5
Show file tree
Hide file tree
Showing 11 changed files with 194 additions and 1 deletion.
10 changes: 10 additions & 0 deletions crowdin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,11 @@ files:
"dest": "/icons/**/%original_file_name%",
"translation": "/src/raw/swimming/locales/%two_letters_code%/messages.po",
},
{
"source": "/src/raw/sweater/locales/en/messages.po",
"dest": "/icons/**/%original_file_name%",
"translation": "/src/raw/sweater/locales/%two_letters_code%/messages.po",
},
{
"source": "/src/raw/support/locales/en/messages.po",
"dest": "/icons/**/%original_file_name%",
Expand Down Expand Up @@ -1271,6 +1276,11 @@ files:
"dest": "/icons/**/%original_file_name%",
"translation": "/src/raw/back-wheel-drive/locales/%two_letters_code%/messages.po",
},
{
"source": "/src/raw/babyonesie/locales/en/messages.po",
"dest": "/icons/**/%original_file_name%",
"translation": "/src/raw/babyonesie/locales/%two_letters_code%/messages.po",
},
{
"source": "/src/raw/autovex-light/locales/en/messages.po",
"dest": "/icons/**/%original_file_name%",
Expand Down
10 changes: 10 additions & 0 deletions default-icon-descriptions.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,11 @@ export default {
id: "icon.title.autovexlight",
comment: "Title for AutovexLight icon"
},
babyonesie: {
message: "Baby onesie",
id: "icon.title.baby-onesie",
comment: "Title for baby onesie icon"
},
backwheeldrive: {
message: "Rear-wheel drive",
id: "icon.title.back-wheel-drive",
Expand Down Expand Up @@ -2244,6 +2249,11 @@ export default {
id: "icon.title.swap",
comment: "Title for swap icon"
},
sweater: {
message: "Sweater",
id: "icon.title.sweater",
comment: "Title for sweater icon"
},
swimming: {
message: "Swimming person",
id: "icon.title.swimming",
Expand Down
2 changes: 1 addition & 1 deletion lingui.config.ts

Large diffs are not rendered by default.

22 changes: 22 additions & 0 deletions src/raw/baby-onesie/icon_42.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
22 changes: 22 additions & 0 deletions src/raw/baby-onesie/locales/en/messages.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
msgid ""
msgstr ""
"POT-Creation-Date: 2023-09-19 10:10+0200\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: @lingui/cli\n"
"Language: en\n"
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: \n"
"Last-Translator: \n"
"Language-Team: \n"
"Plural-Forms: \n"
"X-Crowdin-SourceKey: msgstr\n"

#. Title for baby onesie icon
#. js-lingui-explicit-id
#: scripts/temp/baby-onesie.js:2
msgid "icon.title.baby-onesie"
msgstr ""

24 changes: 24 additions & 0 deletions src/raw/baby-onesie/locales/fi/messages.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
msgid ""
msgstr ""
"POT-Creation-Date: 2023-09-19 10:10+0200\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: @lingui/cli\n"
"Language: fi\n"
"Project-Id-Version: 2853b3c41d7b7a59e7cd64c0153b540a\n"
"Report-Msgid-Bugs-To: \n"
"Last-Translator: \n"
"Language-Team: Finnish\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Crowdin-Project: 2853b3c41d7b7a59e7cd64c0153b540a\n"
"X-Crowdin-Project-ID: 141\n"
"X-Crowdin-Language: fi\n"
"X-Crowdin-File-ID: 3718\n"

#. Title for baby onesie icon
#. js-lingui-explicit-id
#: scripts/temp/baby-onesie.js:2
msgid "icon.title.baby-onesie"
msgstr ""

24 changes: 24 additions & 0 deletions src/raw/baby-onesie/locales/nb/messages.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
msgid ""
msgstr ""
"POT-Creation-Date: 2023-09-19 10:10+0200\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: @lingui/cli\n"
"Language: nb_NO\n"
"Project-Id-Version: 2853b3c41d7b7a59e7cd64c0153b540a\n"
"Report-Msgid-Bugs-To: \n"
"Last-Translator: \n"
"Language-Team: Norwegian Bokmal\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Crowdin-Project: 2853b3c41d7b7a59e7cd64c0153b540a\n"
"X-Crowdin-Project-ID: 141\n"
"X-Crowdin-Language: nb\n"
"X-Crowdin-File-ID: 3718\n"

#. Title for baby onesie icon
#. js-lingui-explicit-id
#: scripts/temp/baby-onesie.js:2
msgid "icon.title.baby-onesie"
msgstr ""

11 changes: 11 additions & 0 deletions src/raw/sweater/icon_42.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
22 changes: 22 additions & 0 deletions src/raw/sweater/locales/en/messages.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
msgid ""
msgstr ""
"POT-Creation-Date: 2023-09-19 10:10+0200\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: @lingui/cli\n"
"Language: en\n"
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: \n"
"Last-Translator: \n"
"Language-Team: \n"
"Plural-Forms: \n"
"X-Crowdin-SourceKey: msgstr\n"

#. Title for sweater icon
#. js-lingui-explicit-id
#: scripts/temp/sweater.js:2
msgid "icon.title.sweater"
msgstr ""

24 changes: 24 additions & 0 deletions src/raw/sweater/locales/fi/messages.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
msgid ""
msgstr ""
"POT-Creation-Date: 2023-09-19 10:10+0200\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: @lingui/cli\n"
"Language: fi\n"
"Project-Id-Version: 2853b3c41d7b7a59e7cd64c0153b540a\n"
"Report-Msgid-Bugs-To: \n"
"Last-Translator: \n"
"Language-Team: Finnish\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Crowdin-Project: 2853b3c41d7b7a59e7cd64c0153b540a\n"
"X-Crowdin-Project-ID: 141\n"
"X-Crowdin-Language: fi\n"
"X-Crowdin-File-ID: 3718\n"

#. Title for sweater icon
#. js-lingui-explicit-id
#: scripts/temp/sweater.js:2
msgid "icon.title.sweater"
msgstr ""

24 changes: 24 additions & 0 deletions src/raw/sweater/locales/nb/messages.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
msgid ""
msgstr ""
"POT-Creation-Date: 2023-09-19 10:10+0200\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: @lingui/cli\n"
"Language: nb_NO\n"
"Project-Id-Version: 2853b3c41d7b7a59e7cd64c0153b540a\n"
"Report-Msgid-Bugs-To: \n"
"Last-Translator: \n"
"Language-Team: Norwegian Bokmal\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Crowdin-Project: 2853b3c41d7b7a59e7cd64c0153b540a\n"
"X-Crowdin-Project-ID: 141\n"
"X-Crowdin-Language: nb\n"
"X-Crowdin-File-ID: 3718\n"

#. Title for sweater icon
#. js-lingui-explicit-id
#: scripts/temp/sweater.js:2
msgid "icon.title.sweater"
msgstr ""

0 comments on commit c3d10b5

Please sign in to comment.