|
@@ -11,10 +11,10 @@ if there is no existing translation, you can create a new one by following these
|
|
|
1. **[Fork the repository](https://github.com/hoppscotch/hoppscotch/fork).**
|
|
|
2. **Checkout the `i18n` branch for latest translations.**
|
|
|
3. **Create a new branch for your translation with base branch `i18n`.**
|
|
|
-4. **Create target language file in the [`locales`](https://github.com/hoppscotch/hoppscotch/tree/main/packages/hoppscotch-app/locales) directory.**
|
|
|
-5. **Copy the contents of the source file [`locales/en.json`](https://github.com/hoppscotch/hoppscotch/blob/main/packages/hoppscotch-app/locales/en.json) to the target language file.**
|
|
|
+4. **Create target language file in the [`/packages/hoppscotch-app/locales`](https://github.com/hoppscotch/hoppscotch/tree/main/packages/hoppscotch-app/locales) directory.**
|
|
|
+5. **Copy the contents of the source file [`/packages/hoppscotch-app/locales/en.json`](https://github.com/hoppscotch/hoppscotch/blob/main/packages/hoppscotch-app/locales/en.json) to the target language file.**
|
|
|
6. **Translate the strings in the target language file.**
|
|
|
-7. **Add your language entry to [`languages.json`](https://github.com/hoppscotch/hoppscotch/blob/main/packages/hoppscotch-app/languages.json).**
|
|
|
+7. **Add your language entry to [`/packages/hoppscotch-app/languages.json`](https://github.com/hoppscotch/hoppscotch/blob/main/packages/hoppscotch-app/languages.json).**
|
|
|
8. **Save & commit changes.**
|
|
|
9. **Send a pull request.**
|
|
|
|