From 49323915103ebb4f078319f3f0de25defbc6054d Mon Sep 17 00:00:00 2001
From: Andrii Bodnar <29282228+andrii-bodnar@users.noreply.github.com>
Date: Tue, 1 Nov 2022 09:56:27 +0200
Subject: [PATCH] Update Readme
---
README.md | 16 +++++-----------
1 file changed, 5 insertions(+), 11 deletions(-)
diff --git a/README.md b/README.md
index 6aecd3f..a646779 100644
--- a/README.md
+++ b/README.md
@@ -8,16 +8,19 @@ Also, it allows you to track your Crowdin project translation and proofreading p
The plugin is compatible with all the **JetBrains IDE's** such as PHPStorm, IntelliJ Idea and other :rocket:
-## Status
+
[![Build Status](https://dev.azure.com/crowdin/Android%20Studio%20Plugin/_apis/build/status/Build?branchName=master&cacheSeconds=1000)](https://dev.azure.com/crowdin/Android%20Studio%20Plugin/_build/latest?definitionId=23&branchName=master)
[![JetBrains IntelliJ plugins](https://img.shields.io/jetbrains/plugin/d/9463-crowdin?cacheSeconds=50000)](https://plugins.jetbrains.com/plugin/9463-crowdin)
[![JetBrains IntelliJ Plugins](https://img.shields.io/jetbrains/plugin/r/stars/9463-crowdin?cacheSeconds=50000)](https://plugins.jetbrains.com/plugin/9463-crowdin)
+![GitHub contributors](https://img.shields.io/github/contributors/crowdin/android-studio-plugin?logo=github&cacheSeconds=50000)
[![GitHub](https://img.shields.io/github/license/crowdin/android-studio-plugin?cacheSeconds=50000)](https://github.com/crowdin/android-studio-plugin/blob/master/LICENSE)
[![Azure DevOps tests (branch)](https://img.shields.io/azure-devops/tests/crowdin/Android%20Studio%20Plugin/23/master?cacheSeconds=1000)](https://dev.azure.com/crowdin/Android%20Studio%20Plugin/_build/latest?definitionId=23&branchName=master)
[![codecov](https://codecov.io/gh/crowdin/android-studio-plugin/branch/master/graph/badge.svg)](https://codecov.io/gh/crowdin/android-studio-plugin)
+
+
## Getting started
* Install plugin via [JetBrains Plugin repository](https://plugins.jetbrains.com/idea/plugin/9463-crowdin).
@@ -188,19 +191,10 @@ The below properties can be used to configure the import options to the uploaded
`translate-hidden` - Allow translations upload to hidden source strings
```ini
-# Applies to the default behavior and all filegroups that do not have such a configuration
+# Applies to the default behavior and all filegroups
import-eq-suggestions=true/false
auto-approve-imported=true/false
translate-hidden=true/false
-
-# Ability to configure for specific file groups
-# higher priority
-files.1.import-eq-suggestions=true/false
-files.1.auto-approve-imported=true/false
-files.1.translate-hidden=true/false
-
-files.2.import-eq-suggestions=true/false
-...
```
### Strings autocompletion