Skip to content

Commit 29220df

Browse files
authored
Update Hacktobefest2024.md
1 parent a147aab commit 29220df

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Hacktobefest2024.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ Tolgee is an open-source localization platform that makes it **easy for develope
1212

1313
### Key Features
1414

15-
- Native SDKs for Vanilla JS, React frameworks, Angular, VueJS frameworks, Svelte, React Native, Unreal engine enabling you to in-context translate the string directly in your App
15+
- Native SDKs for Vanilla JS, React frameworks, Angular, VueJS frameworks, Svelte, React Native, and Unreal engine enabling you to in-context translate the string directly in your App
1616
- Supported formats: JSON, XLIFF, PO PHP, PO C/C++, PO Python, Apple Strings, Apple Stringsdict, Apple XLIFF, Android XML, Flutter ARB, Ruby YAML
17-
- Tolgee Contextual AI translation: ChatGPT powered translation uses the context gathered by the Native SDKs for Web to provide the best possible results
17+
- Tolgee Contextual AI translation: ChatGPT-powered translation uses the context gathered by the Native SDKs for the Web to provide the best possible results
1818
- Option to connect other translators like Google Translate or DeepL to easily translate words in the dashboard
1919
- Translation memory
20-
- Opt in Automatic translation: After adding the key your string is automatically translated
20+
- Opt-in Automatic translation: After adding the key your string is automatically translated
2121
- Publish to CDN and S3 to get your translation data to production
2222
- CLI may be used to push/pull new data in all supported formats
2323

@@ -26,7 +26,7 @@ Tolgee is an open-source localization platform that makes it **easy for develope
2626
Getting started with Tolgee is easy! You have two options to integrate it into your projects:
2727

2828
1. **Self-Host Tolgee**
29-
- You can deploy Tolgee on your own server for complete control and customization. Simply follow our [installation guide](https://tolgee.io/platform/self_hosting/getting_started) to set up the platform locally or on your preferred cloud provider.
29+
- You can deploy Tolgee on your server for complete control and customization. Simply follow our [installation guide](https://tolgee.io/platform/self_hosting/getting_started) to set up the platform locally or on your preferred cloud provider.
3030
- You can follow the [development wiki](https://github.com/tolgee/tolgee-platform/wiki/Development) to start the tolgee-platform locally in development mode.
3131
2. **Use Tolgee Cloud**: If you prefer a hassle-free experience, you can use [Tolgee Cloud](https://app.tolgee.io/). This option allows you to access all of Tolgee's features without the need for server management.
3232

@@ -51,7 +51,7 @@ To ensure that contributions are recognized and rewarded fairly, we’ve establi
5151
- Submit the demo into the [`/demos`](./demos) folder in the repository
5252
- There is an example of [React app in the folder](./demos/react-demo-example)
5353
- It has to be different from the official examples we have published in [Tolgee JS repository](https://github.com/tolgee/tolgee-js/tree/main/testapps)
54-
- For React, Angular, Vue and Svelte, we prefer using [Tolgee Native SDKs](https://tolgee.io/js-sdk)
54+
- For React, Angular, Vue, and Svelte, we prefer using [Tolgee Native SDKs](https://tolgee.io/js-sdk)
5555
- For other technologies, you can use [Tolgee CLI](https://tolgee.io/tolgee-cli) to push and pull strings
5656

5757
2. **Quality Criteria**
@@ -71,7 +71,7 @@ To ensure that contributions are recognized and rewarded fairly, we’ve establi
7171
If you’re creating a demo, please include:
7272
- A brief description of your project
7373
- A screenshot or video demonstration
74-
- A link to a DEV.to (or your own blog) article about your demo
74+
- A link to a DEV.to (or your blog) article about your demo
7575

7676
5. **Repository Star**
7777

0 commit comments

Comments
 (0)