Skip to content

Commit

Permalink
fix: typo translating.md ISO 369-1 => ISO 639-1 (#109)
Browse files Browse the repository at this point in the history
Co-authored-by: Jay <jasonsaayman@gmail.com>
  • Loading branch information
k-ta-yamada and jasonsaayman authored Nov 6, 2024
1 parent d4a5a72 commit f38d25f
Show file tree
Hide file tree
Showing 12 changed files with 21 additions and 21 deletions.
4 changes: 2 additions & 2 deletions posts/ar/translating.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Once you've finished configuring your language and translating the phrases and l
const {language-shortcut}Config = require('./{language-shortcut}.config.js');
```

Of course, remember to replace `{language-shortuct}` with the correct [ISO 369-1](https://en.wikipedia.org/wiki/ISO_639-1) code (in the variable name, too!).
Of course, remember to replace `{language-shortuct}` with the correct [ISO 639-1](https://en.wikipedia.org/wiki/ISO_639-1) code (in the variable name, too!).

Now, look for the `langs` constant. If this constant is located above your `require` statement, move your `require` statement above it. To the `langs` list, add the following object:

Expand All @@ -44,4 +44,4 @@ const langs = [

Now, you can begin translating the files. Copy the folder `posts/en` into a new folder `posts/{language-shortcut}` and translate all the files (don't translate the filenames, of course).

If you hit any problems, feel free to [create and issue](https://github.com/axios/axios-docs/issues/new/choose).
If you hit any problems, feel free to [create and issue](https://github.com/axios/axios-docs/issues/new/choose).
4 changes: 2 additions & 2 deletions posts/en/translating.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Once you've finished configuring your language and translating the phrases and l
const {language-shortcut}Config = require('./{language-shortcut}.config.js');
```

Of course, remember to replace `{language-shortuct}` with the correct [ISO 369-1](https://en.wikipedia.org/wiki/ISO_639-1) code (in the variable name, too!).
Of course, remember to replace `{language-shortuct}` with the correct [ISO 639-1](https://en.wikipedia.org/wiki/ISO_639-1) code (in the variable name, too!).

Now, look for the `langs` constant. If this constant is located above your `require` statement, move your `require` statement above it. To the `langs` list, add the following object:

Expand All @@ -44,4 +44,4 @@ const langs = [

Now, you can begin translating the files. Copy the folder `posts/en` into a new folder `posts/{language-shortcut}` and translate all the files (don't translate the filenames, of course).

If you hit any problems, feel free to [create and issue](https://github.com/axios/axios-docs/issues/new/choose).
If you hit any problems, feel free to [create and issue](https://github.com/axios/axios-docs/issues/new/choose).
2 changes: 1 addition & 1 deletion posts/es/translating.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ en la configuración principal. Para hacerlo, abre `inert.config.js` y agrega lo
const {language-shortcut}Config = require('./{language-shortcut}.config.js');
```

Claro, recuerda reemplazar `{language-shortcut}` con el código correcto [ISO 369-1](https://en.wikipedia.org/wiki/ISO_639-1) (en el nombre de la variable, !tambien!).
Claro, recuerda reemplazar `{language-shortcut}` con el código correcto [ISO 639-1](https://en.wikipedia.org/wiki/ISO_639-1) (en el nombre de la variable, !tambien!).

Ahora, busca la constante `langs`. Si la constante esta por encima de tu declaración `require`, mueve tu declaración `require` arriba. En la lista `langs`, agrega el siguiente objecto:

Expand Down
4 changes: 2 additions & 2 deletions posts/fa/translating.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ title: 'ترجمه مستندات'
const {اختصار-زبان}Config = require('./{اختصار-زبان}.config.js');
```

البته به یاد داشته باشید که `{اختصار-زبان}` را با کد دو حرفی استاندارد [ISO 369-1](https://en.wikipedia.org/wiki/ISO_639-1) جایگزین کنید (همچنین در نام متغیرها!).
البته به یاد داشته باشید که `{اختصار-زبان}` را با کد دو حرفی استاندارد [ISO 639-1](https://en.wikipedia.org/wiki/ISO_639-1) جایگزین کنید (همچنین در نام متغیرها!).

اکنون، به دنبال متغیر ثابت `langs` باشید. اگر این متغیر ثابت در بالای عبارت `require` شما قرار دارد ، عبارت `require` خود را به بالای آن منتقل کنید. به لیست `langs` ، شیء زیر را اضافه کنید:

Expand All @@ -44,4 +44,4 @@ const langs = [

اکنون می توانید ترجمه فایل ها را شروع کنید. پوشه `posts/en` را در یک پوشه `posts/{اختصار-زبان}` کپی کرده و همه فایلها را ترجمه کنید (البته نام فایلها را ترجمه نکنید).

اگر با مشکلی روبرو شدید، مشکل خود را در [طرح مشکل](https://github.com/axios/axios-docs/issues/new/choose) مطرح کنید.
اگر با مشکلی روبرو شدید، مشکل خود را در [طرح مشکل](https://github.com/axios/axios-docs/issues/new/choose) مطرح کنید.
2 changes: 1 addition & 1 deletion posts/ja/translating.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Axios をできるだけ多くの人が利用できるようにするには、
const {language-shortcut}Config = require('./{language-shortcut}.config.js');
```

もちろん、`{language-shortuct}` を正しい [ISO 369-1](https://en.wikipedia.org/wiki/ISO_639-1) コードに置き換えることを忘れないでください (変数名にも書いてあります!)。
もちろん、`{language-shortuct}` を正しい [ISO 639-1](https://en.wikipedia.org/wiki/ISO_639-1) コードに置き換えることを忘れないでください (変数名にも書いてあります!)。

ここで、定数 `langs` を探します。この定数が `require` 文の上にある場合は、 `require` 文をその上に移動してください。`langs` のリストに、次のオブジェクトを追加してください。

Expand Down
4 changes: 2 additions & 2 deletions posts/kr/translating.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ title: '문서 번역'
const {language-shortcut}Config = require('./{language-shortcut}.config.js');
```

물론 `{language-shortuct}`을 정확한 [ISO 369-1](https://ko.wikipedia.org/wiki/ISO_639-1) 코드로 대체하는 것을 잊지마세요.
물론 `{language-shortuct}`을 정확한 [ISO 639-1](https://ko.wikipedia.org/wiki/ISO_639-1) 코드로 대체하는 것을 잊지마세요.

이제 `langs` 상수를 찾으세요. `require` 문 앞에 상수가 있을 경우, `require`를 상수 선언 앞으로 이동하세요. `langs` 목록에 다음 객체를 추가해야 합니다:

Expand All @@ -46,4 +46,4 @@ const langs = [

이제, 당신은 파일 번역을 시작할 수 있습니다. `posts/en` 폴더를 복사해서 `posts/{language-shortcut}`로 이름을 바꾸고, 모든 파일을 번역하세요.

만약 어떠한 문제에 부딪히면, [이슈를 만들어주세요](https://github.com/axios/axios-docs/issues/new/choose).
만약 어떠한 문제에 부딪히면, [이슈를 만들어주세요](https://github.com/axios/axios-docs/issues/new/choose).
4 changes: 2 additions & 2 deletions posts/ptBR/translating.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Uma vez que tiver terminado a configuração do seu idioma e a tradução das fr
const {language-shortcut}Config = require('./{language-shortcut}.config.js');
```

E claro, lembre-se de substituir `{language-shortcut}` com o valor código correto do [ISO 369-1](https://en.wikipedia.org/wiki/ISO_639-1) (no nome da variável também).
E claro, lembre-se de substituir `{language-shortcut}` com o valor código correto do [ISO 639-1](https://en.wikipedia.org/wiki/ISO_639-1) (no nome da variável também).

Agora procure pela constante `langs`. Se a constante estiver localizada antes do seu `require`, mova o seu `require` acima dele. Na lista de `langs`, adicione o seguinte objeto:

Expand All @@ -43,4 +43,4 @@ const langs = [

Agora você pode começa a traduzir os arquivos, copie a pasta `posts/en` em uma nova pasta `posts/{language-shortcut}` e traduza todos os arquivos. (não traduza o nome dos arquivos, é claro).

Caso você tenha algum problema durante o percurso de tradução, sinta-se livre em [criar uma issue](https://github.com/axios/axios-docs/issues/new/choose).
Caso você tenha algum problema durante o percurso de tradução, sinta-se livre em [criar uma issue](https://github.com/axios/axios-docs/issues/new/choose).
4 changes: 2 additions & 2 deletions posts/ru/translating.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ title: 'Перевод документации'
const {language-shortcut}Config = require('./{language-shortcut}.config.js');
```

Конечно, не забудьте заменить `{language-shortuct}` правильным кодом [ISO 369-1](https://en.wikipedia.org/wiki/ISO_639-1) (также в названии переменной!).
Конечно, не забудьте заменить `{language-shortuct}` правильным кодом [ISO 639-1](https://en.wikipedia.org/wiki/ISO_639-1) (также в названии переменной!).

Теперь ищите константу `langs`. Если эта константа находится над оператором `require`, переместите его над ним. В список langs добавьте следующий объект:

Expand All @@ -44,4 +44,4 @@ const langs = [

Теперь можно начать перевод файлов. Скопируйте папку `posts/en` в новую папку `posts/{language-shortcut}` и переведите все файлы (конечно, не переводите названия файлов).

Если у вас возникли проблемы, не стесняйтесь [создать issue](https://github.com/axios/axios-docs/issues/new/choose).
Если у вас возникли проблемы, не стесняйтесь [создать issue](https://github.com/axios/axios-docs/issues/new/choose).
2 changes: 1 addition & 1 deletion posts/tr/translating.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Dilinizi yapılandırmayı ve yapılandırma dosyasındaki cümleleri ve bağlan
const {dil-kısayolu}Config = require('./{language-shortcut}.config.js');
```

Elbette, `{dil-kısayolu}`nu doğru [ISO 369-1](https://en.wikipedia.org/wiki/ISO_639-1) koduyla (değişken adında da!) değiştirmeyi unutmayın.
Elbette, `{dil-kısayolu}`nu doğru [ISO 639-1](https://en.wikipedia.org/wiki/ISO_639-1) koduyla (değişken adında da!) değiştirmeyi unutmayın.

Şimdi, `langs` sabitini (constant) arayın. Bu sabit (constant), `require` ifadenizin üzerinde bulunuyorsa, `require` ifadenizi onun üzerine taşıyın. `langs` listesine aşağıdaki nesneyi ekleyin:

Expand Down
4 changes: 2 additions & 2 deletions posts/uk/translating.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ title: 'Переклад документації'
const {language-shortcut}Config = require('./{language-shortcut}.config.js');
```

Звичайно, не забудьте замінити `{language-shortcut}` правильним кодом [ISO 369-1](https://en.wikipedia.org/wiki/ISO_639-1) (також у назві змінної!).
Звичайно, не забудьте замінити `{language-shortcut}` правильним кодом [ISO 639-1](https://en.wikipedia.org/wiki/ISO_639-1) (також у назві змінної!).

Тепер шукайте константу `langs`. Якщо ця константа знаходиться над вашим оператором `require`, перемістіть його над ним. До списку `langs` додайте такий об’єкт:

Expand All @@ -43,4 +43,4 @@ const langs = [

Тепер ви можете розпочати переклад файлів. Скопіюйте папку `posts/en` в нову папку `posts/{language-shortcut} `і перекладіть усі файли (звичайно, не перекладайте назви файлів).

Якщо у вас виникли проблеми, не соромтеся [створити issue](https://github.com/axios/axios-docs/issues/new/choose).
Якщо у вас виникли проблеми, не соромтеся [створити issue](https://github.com/axios/axios-docs/issues/new/choose).
4 changes: 2 additions & 2 deletions posts/vi/translating.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Sau khi bạn đã làm xong việc cấu hình và phiên dịch các từ ng
const {mã-ngôn-ngữ}Config = require('./{mã-ngôn-ngữ}.config.js');
```

Đương nhiên là nhớ thay `{mã-ngôn-ngữ}` bằng đúng mã [ISO 369-1](https://en.wikipedia.org/wiki/ISO_639-1), thay luôn cho cả tên biến nữa).
Đương nhiên là nhớ thay `{mã-ngôn-ngữ}` bằng đúng mã [ISO 639-1](https://en.wikipedia.org/wiki/ISO_639-1), thay luôn cho cả tên biến nữa).

Giờ bạn kiếm hằng `langs`. Nếu hằng này nằm ở bên trên phát biểu `require` kia của bạn, thì di chuyển phát biểu `require` đấy lên bên trên nó. Rồi thêm đối tượng như sau vào danh sách trong hằng `langs`:

Expand All @@ -43,4 +43,4 @@ const langs = [

Bây giờ bạn có thể bắt đầu phiên dịch file rồi. Sao chép thư mục `posts/en` vào một thư mục mới `posts/{mã-ngôn-ngữ}` và phiên dịch tất cả file (tất nhiên đừng dịch tên file).

Nếu bạn gặp phải bất kì trục trặc gì, cứ thoải mái [tạo và đưa ra vấn đề](https://github.com/axios/axios-docs/issues/new/choose).
Nếu bạn gặp phải bất kì trục trặc gì, cứ thoải mái [tạo và đưa ra vấn đề](https://github.com/axios/axios-docs/issues/new/choose).
4 changes: 2 additions & 2 deletions posts/zh/translating.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ title: '翻译文档'
const {language-shortcut}Config = require('./{language-shortcut}.config.js');
```

当然,别忘了将上面这行代码的`{language-shortuct}`部分替换成你所使用语言的[ISO 369-1](https://en.wikipedia.org/wiki/ISO_639-1)双字母代号。
当然,别忘了将上面这行代码的`{language-shortuct}`部分替换成你所使用语言的[ISO 639-1](https://en.wikipedia.org/wiki/ISO_639-1)双字母代号。

现在,找到该文件的`langs`常量。如果该常量的声明在你的`require`语句之前,请将你的`require`语句移至该常量声明之前。对于`langs`列表,你需要添加如下这个对象:

Expand All @@ -43,4 +43,4 @@ const langs = [

现在,你可以开始翻译文档了。将`posts/en`文件夹复制到一个新文件夹`posts/{language-shortcut}`,翻译这个新文件夹下的所有文件(保持文件名不变,只翻译文件内容)。

如果你遇到了任何问题,欢迎前来[提出问题](https://github.com/axios/axios-docs/issues/new/choose)
如果你遇到了任何问题,欢迎前来[提出问题](https://github.com/axios/axios-docs/issues/new/choose)

0 comments on commit f38d25f

Please sign in to comment.