diff --git a/README.md b/README.md index d4ef2f0c6..7f05bdfcd 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,17 @@ The website is deployed using [Zeit Now](https://zeit.co/now). ### Changing the displayed language -Change the displayed language using a query string: - -E.g.: access the Korean version using the following url: http://localhost:5000/?locale=ko +Change the displayed language using a query string, access various version using the following URL: + +* English: http://localhost:5000/?locale=en +* Español: http://localhost:5000/?locale=es +* Français: http://localhost:5000/?locale=fr +* Italiano: http://localhost:5000/?locale=it +* 日本語: http://localhost:5000/?locale=ja +* 한국어: http://localhost:5000/?locale=ko +* Polskie: http://localhost:5000/?locale=pl +* Português: http://localhost:5000/?locale=pt +* Русский: http://localhost:5000/?locale=ru +* Українська: http://localhost:5000/?locale=uk +* 简体中文: http://localhost:5000/?locale=zh +* 繁體中文: http://localhost:5000/?locale=zh-tw \ No newline at end of file