You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Hacktobefest2024.md
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -12,12 +12,12 @@ Tolgee is an open-source localization platform that makes it **easy for develope
12
12
13
13
### Key Features
14
14
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
16
16
- 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: ChatGPTpowered 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
18
18
- Option to connect other translators like Google Translate or DeepL to easily translate words in the dashboard
19
19
- Translation memory
20
-
- Optin 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
21
21
- Publish to CDN and S3 to get your translation data to production
22
22
- CLI may be used to push/pull new data in all supported formats
23
23
@@ -26,7 +26,7 @@ Tolgee is an open-source localization platform that makes it **easy for develope
26
26
Getting started with Tolgee is easy! You have two options to integrate it into your projects:
27
27
28
28
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.
30
30
- You can follow the [development wiki](https://github.com/tolgee/tolgee-platform/wiki/Development) to start the tolgee-platform locally in development mode.
31
31
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.
32
32
@@ -51,7 +51,7 @@ To ensure that contributions are recognized and rewarded fairly, we’ve establi
51
51
- Submit the demo into the [`/demos`](./demos) folder in the repository
52
52
- There is an example of [React app in the folder](./demos/react-demo-example)
53
53
- 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)
55
55
- For other technologies, you can use [Tolgee CLI](https://tolgee.io/tolgee-cli) to push and pull strings
56
56
57
57
2.**Quality Criteria**
@@ -71,7 +71,7 @@ To ensure that contributions are recognized and rewarded fairly, we’ve establi
71
71
If you’re creating a demo, please include:
72
72
- A brief description of your project
73
73
- 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
0 commit comments