diff --git a/README.md b/README.md index 59e75b5..9c733df 100644 --- a/README.md +++ b/README.md @@ -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! + + + + + -## 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. - diff --git a/marketplace-manifest.json b/marketplace-manifest.json index 9c91948..92a3ffe 100644 --- a/marketplace-manifest.json +++ b/marketplace-manifest.json @@ -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" }