Skip to content

Commit

Permalink
Merge pull request #3 from flornkm/main
Browse files Browse the repository at this point in the history
feat: improve product page of parrot
  • Loading branch information
martin-lysk authored Nov 16, 2023
2 parents a9febb2 + ac636c9 commit 33bfc00
Show file tree
Hide file tree
Showing 2 changed files with 75 additions and 36 deletions.
61 changes: 46 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,28 +1,59 @@
# Parrot

Parrot simplifies the translation management process right within Figma. If you deal with multilingual design projects and want to streamline your translation workflow, this plugin is for you!
Parrot simplifies the translation management process right within Figma. If you deal with multilingual design projects and want to streamline your translation workflow, this plugin is for you!

### Key Features:
# Key Features:

* **Design in Different Languages**: Create and manage multiple language versions of your designs within your Figma file. Say goodbye to swiching interfaces for text and translation managment - all right within figma.
* **Localized Messages Made Easy**: With Parrot, managing localized Messages has never been more convenient. Assign unique names to messages used in your design or link to existing ones - thats it.
* **Import** from i18Next, Android and iOS: Seamlessly import existing messages from Android and iOS projects or i18Next JSON format to jumpstart your localization efforts.
* **Export** with Ease: Effortlessly export your translated content to Android and iOS projects for a smooth handoff to developers. i18Next and CLI support is also coming soon!
<doc-features>
<doc-feature text-color="#fff" color="#F14D23" title="Design in Different Languages" icon="fa6-solid:language"></doc-feature>
<doc-feature text-color="#fff" color="#D55279" title="Localized Messages Made Easy" icon="fa6-solid:message"></doc-feature>
<doc-feature text-color="#fff" color="#A858ED" title="Import / Export" icon="fa6-solid:file-import"></doc-feature>
</doc-features>

## How It Works:
### Design in Different Languages

* Run Parrot.
* Pick your reference language and the target languages
* Select any frame in your design. Choose a target Language and see your design get translated automatically for you.
* Iterate on your design until it looks good and various languages - create reusable messages from your drafts.
* Use Parrot’s intuitive interface to manage those messages and update content directly within Figma.
* hand over your messages to developers using export
Create and manage multiple language versions of your designs within your Figma file. Say goodbye to swiching interfaces for text and translation managment - all right within figma.

## Why Parrot?
### Localized Messages Made Easy

With Parrot, managing localized Messages has never been more convenient. Assign unique names to messages used in your design or link to existing ones - thats it.

### Import / Export

**Import:** from i18Next, Android and iOS: Seamlessly import existing messages from Android and iOS projects or i18Next JSON format to jumpstart your localization efforts.

**Export::** with Ease: Effortlessly export your translated content to Android and iOS projects for a smooth handoff to developers. i18Next and CLI support is also coming soon!

# Getting started

### 1. Run Parrot in Figma

To get started, you need to install the Parrot plugin in Figma. You can find it in the Figma Community or by searching for it in the Figma Plugin Store.

### 2. Pick your reference language and the target languages

Once you have started the plugin, you can select your reference language and the target languages. The reference language is the language you are designing in. The target languages are the languages you want to translate your design into.

### 3. Select any frame in your design.

Choose a target Language and see your design get translated automatically for you.

### 4. Iterate on your design

Iterate on your design until it looks good and various languages - create reusable messages from your drafts.

### 5. Manage your messages

Use Parrot’s intuitive interface to manage those messages and update content directly within Figma.

### 6. Export your messages

Hand over your messages to developers using export

# Why should you use Parrot?

Save time and effort with in-app translation management.

Collaborate seamlessly with your team on multilingual projects.

Empower developers with translation-ready designs without the need for manual translation key handling.

50 changes: 29 additions & 21 deletions marketplace-manifest.json
Original file line number Diff line number Diff line change
@@ -1,23 +1,31 @@
{
"id": "app.parrot.figmaPlugin",
"icon": "https://cdn.jsdelivr.net/gh/parrot-global/parrot@main/parrot-logo.svg",
"gallery": [
"https://cdn.jsdelivr.net/gh/parrot-global/parrot@main/cover.png",
"https://cdn.jsdelivr.net/gh/parrot-global/parrot@main/layers.png",
"https://cdn.jsdelivr.net/gh/parrot-global/parrot@main/messages.png"
],
"displayName": {
"en": "Parrot – i18n Figma plugin"
},
"description": {
"en": "Parrot simplifies the translation management process right within Figma. If you deal with multilingual design projects and want to streamline your translation workflow, this plugin is for you!"
},
"readme": {
"en": "https://cdn.jsdelivr.net/gh/parrot-global/parrot@main/README.md"
},
"keywords": ["editor", "web", "figma", "plugin", "application", "website", "translator", "lix"],
"publisherName": "Parrot.global",
"publisherIcon": "https://cdn.jsdelivr.net/gh/parrot-global/parrot@main/parrot-logo.svg",
"website": "https://www.figma.com/community/plugin/1205803482754362456",
"license": "PolyForm Strict License 1.0.0"
"id": "app.parrot.figmaPlugin",
"icon": "https://cdn.jsdelivr.net/gh/parrot-global/parrot@main/parrot-logo.svg",
"gallery": [
"https://cdn.jsdelivr.net/gh/parrot-global/parrot@main/cover.png",
"https://cdn.jsdelivr.net/gh/parrot-global/parrot@main/layers.png",
"https://cdn.jsdelivr.net/gh/parrot-global/parrot@main/messages.png"
],
"displayName": {
"en": "Parrot – i18n Figma plugin"
},
"description": {
"en": "Parrot simplifies the translation management process right within Figma. If you deal with multilingual design projects and want to streamline your translation workflow, this plugin is for you!"
},
"readme": {
"en": "https://cdn.jsdelivr.net/gh/parrot-global/parrot@main/README.md"
},
"keywords": [
"editor",
"web",
"figma",
"application",
"website",
"translator",
"lix"
],
"publisherName": "Parrot.global",
"publisherIcon": "https://cdn.jsdelivr.net/gh/parrot-global/parrot@main/parrot-logo.svg",
"website": "https://www.figma.com/community/plugin/1205803482754362456",
"license": "PolyForm Strict License 1.0.0"
}

0 comments on commit 33bfc00

Please sign in to comment.