Skip to content

webdriverio/i18n

Folders and files

Image for: Folders and files
NameName
Last commit message
Last commit date

Latest commit

Image for: Latest commit
 

History

Image for: History
89 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Image for: Repository files navigation

i18n

Translation files for the WebdriverIO documentation, including a script that pulls the latest docs from the main repository and runs through a Large Language Model (LLM) to translate them.

Usage

Image for: Usage

After cloning this repository, create a .env file with the following secret keys required for pulling the source translation and translating them:

ANTHROPIC_API_KEY=...
GITHUB_TOKEN=...

Then kick off the translation script:

npm start

Note: the script is caching the translations per language, running it without cache may cost you a lot of LLM usage.

Supported Languages

Image for: Supported Languages

As noted in constants.ts, we currently translate into the following languages:

  • ๐Ÿ‡ธ๐Ÿ‡ฆ Arabic
  • ๐Ÿ‡ฉ๐Ÿ‡ช German
  • ๐Ÿ‡ช๐Ÿ‡ธ Spanish
  • ๐Ÿ‡ฎ๐Ÿ‡ท Persian
  • ๐Ÿ‡ซ๐Ÿ‡ท French
  • ๐Ÿ‡ฌ๐Ÿ‡ท Greek
  • ๐Ÿ‡ฎ๐Ÿ‡ณ Hindi
  • ๐Ÿ‡ฎ๐Ÿ‡น Italian
  • ๐Ÿ‡ฏ๐Ÿ‡ต Japanese
  • ๐Ÿ‡ต๐Ÿ‡ฑ Polish
  • ๐Ÿ‡ต๐Ÿ‡น Portuguese
  • ๐Ÿ‡ท๐Ÿ‡บ Russian
  • ๐Ÿ‡ธ๐Ÿ‡ช Swedish
  • ๐Ÿ‡ฎ๐Ÿ‡ณ Tamil
  • ๐Ÿ‡บ๐Ÿ‡ฆ Ukrainian
  • ๐Ÿ‡จ๐Ÿ‡ณ Chinese!
  • ๐Ÿ‡ป๐Ÿ‡ณ Vietnamese
  • KO Korean

If you like your language supported as well, please raise a PR and add it to constants.ts.

About

Image for: About

Translation files for the WebdriverIO documentation.

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

Image for: Releases
No releases published

Sponsor this project

Image for: Sponsor this project

Packages

Image for: Packages 0
No packages published

Contributors 6

Image for: Contributors 6