diff --git a/pages.id/common/aspell.md b/pages.id/common/aspell.md index bee45d7876..2df8ec5558 100644 --- a/pages.id/common/aspell.md +++ b/pages.id/common/aspell.md @@ -17,8 +17,8 @@ - Jalankan `aspell` dengan bahasa teks yang berbeda (menggunakan format kode bahasa ISO 639): -`aspell --lang={{cs}}` +`aspell --lang {{cs}}` - Tampilkan daftar kata dalam `stdin` yang dicurigai memiliki kesalahan ejaan dan abaikan kata yang berasal dari daftar kata pribadi (personal word list): -`cat {{jalan/menuju/berkas}} | aspell --personal={{daftar-kata-pribadi.pws}} list` +`cat {{jalan/menuju/berkas}} | aspell --personal {{daftar-kata-pribadi.pws}} list` diff --git a/pages.ko/common/aspell.md b/pages.ko/common/aspell.md index f73ac8b643..a59d48ab56 100644 --- a/pages.ko/common/aspell.md +++ b/pages.ko/common/aspell.md @@ -17,8 +17,8 @@ - 다른 언어로 `aspell`을 실행 (두 글자 ISO 639 언어 코드 사용): -`aspell --lang={{cs}}` +`aspell --lang {{cs}}` - `stdin`에서 철자가 틀린 단어를 나열하고, 개인 단어 목록에서 단어를 무시: -`cat {{경로/대상/파일}} | aspell --personal={{personal-word-list.pws}} list` +`cat {{경로/대상/파일}} | aspell --personal {{personal-word-list.pws}} list` diff --git a/pages.ml/common/aspell.md b/pages.ml/common/aspell.md index c4650fa256..d249347123 100644 --- a/pages.ml/common/aspell.md +++ b/pages.ml/common/aspell.md @@ -17,8 +17,8 @@ - മറ്റൊരു ഭാഷയുടെ പദശുദ്ധി കാണുവാൻ (ISO 639 ഭാഷാ-കോഡ് അനുസൃതം): -`aspell --lang={{cs}}` +`aspell --lang {{cs}}` - പേഴ്സണൽ ലിസ്റ്റിൽ ഇല്ലാത്തതും സ്റ്റാൻഡേഡ് ഇൻപുറ്റിൽ ഉള്ളതുമായ തെറ്റുകൾ കാണുവാൻ: -`cat {{ഫയൽ}} | aspell --personal={{പേഴ്സണൽ-വേർഡ്-ലിസ്റ്റ്.pws}} list` +`cat {{ഫയൽ}} | aspell --personal {{പേഴ്സണൽ-വേർഡ്-ലിസ്റ്റ്.pws}} list` diff --git a/pages.pt_BR/common/aspell.md b/pages.pt_BR/common/aspell.md index 79a2fca8be..03ec082ae9 100644 --- a/pages.pt_BR/common/aspell.md +++ b/pages.pt_BR/common/aspell.md @@ -17,8 +17,8 @@ - Executa `aspell` utilizando uma língua diferente (informe o código ISO 639 da língua): -`aspell --lang={{cs}}` +`aspell --lang {{cs}}` - Exibe os erros ortográficos no terminal e ignorando as palavras da lista pessoal: -`cat {{arquivo}} | aspell --personal={{lista_pessoal.pws}} list` +`cat {{arquivo}} | aspell --personal {{lista_pessoal.pws}} list` diff --git a/pages.zh/common/aspell.md b/pages.zh/common/aspell.md index 50e1a0975c..fd107b686b 100644 --- a/pages.zh/common/aspell.md +++ b/pages.zh/common/aspell.md @@ -17,8 +17,8 @@ - 指定不同的语言(取 ISO 639 语言代码的 2 个字母)来运行 `aspell`: -`aspell --lang={{cs}}` +`aspell --lang {{cs}}` - 列出来自标准输入的拼写错误单词,并且忽略个人单词列表中的单词: -`cat {{文件}} | aspell --personal={{个人单词列表.pws}} list` +`cat {{文件}} | aspell --personal {{个人单词列表.pws}} list`