English | 简体中文
v2.0 is released with new Editor UI and Review System
Lokalise is the fastest growing language cloud technology made by developers, for developers.
As a collaborative productivity platform, it helps structure and automate the translation and localization process for any company in the world.
Learn more
This extension itself supports i18n as well. It will be auto-matched to the display language you use in your VS Code editor. We currently support the following languages.
Language | Maintainer | Contributors |
---|---|---|
English | @antfu | @rubjo, @EdRands |
Simplified Chinese (简体中文) | @antfu | |
Traditional Chinese (繁體中文) | @antfu | |
Norwegian (Norsk) | @rubjo | |
Spanish (Español) | @Baltimer | |
Japanese (日本語) | @isdh | |
Dutch (Nederlands) | @Niekvdm, @Excalibaard | |
Portuguese (Brazilian) | @Ibcs16 | |
French (Français) | @Nicoxx45, @eri | |
Swedish (Svenska) | @vladdeSV | |
Ukrainian (Українська) | @uhodav | |
Russian (Русский) | @uhodav | |
German (Deutsch) | @alexanderniebuhr | |
Turkish (Türkçe) | @eri |
���� If you would like to help a language's translation up to date, feel free to put your name in the Maintainers field. I will @mention you when needed. Much appreciated.
This extension was inspired by think2011/vscode-vue-i18n, it wouldn't exist without @think2011's great work.
Support for Vue Single File Component (SFC) is powered by kazupon/vue-i18n-locale-message, which is created by the author of vue-i18n. Thanks for making this!
My great thanks to all the awesome contributors:
MIT License © 2019-PRESENT Anthony Fu
MIT License © 2018-2019 think2011
通过文件==》首选项==》设置或快捷键打开:Crtl + Shift + P { //自动生成 “i18n-ally.localesPaths”: [ “src/assets/lang” ], // 如下须要本身配置 “i18n-ally.keystyle”: “nested”, “i18n-ally.namespace”: true, //翻译文件可允许的格式,默认json “i18n-al
国家地区 语言标识 简体中文(中国) zh_CN 繁体中文(台湾地区) zh_TW 繁体中文(香港) zh_HK 英语(香港) en_HK 英语(美国) en_US 英语(英国) en_GB 英语(全球) en_WW 英语(加拿大) en_CA 英语(澳大利亚) en_AU 英语(爱尔兰) en_IE 英语(芬兰) en_FI 芬兰语(芬兰) fi_FI 英语(丹麦) en_DK 丹麦语(丹麦)
文档地址 https://react.i18next.com/guides/quick-start npm install react-i18next i18next --save 1、建立文件夹 src/i18n src/i18n/configs.ts src/i18n/en.json src/i18n/zh.json 2、具体代码 src/i18n/configs.ts import i1
vscode i18n ALLY 如何自定义匹配规则? 我只想匹配中文字符串 现在是这样,把 Top 也被匹配到了
vue vscode 插件 i18n Ally 不生效 报错如下 代码目录 我的配置 查了下网上的说法 都是 json 翻译文件,不知道如何针对 js 翻译文件做配置? 请求遇到过类似问题的大佬~
Installation and configuration of locales. Locale installation This chapter describes the installation of locales in SliTaz GNU/Linux from a SliTaz GNU/Linux host system. The installation of locales c
This tutorial will walk you through the basis of the Docusaurus i18n system. We will add French translations to a newly initialized English Docusaurus website. Initialize a new site with npx @docusaur
i18n-chain 是一个 TypeScript 高性能 i18n(国际化)操作组件,支持 React、React-Native、Taro 与 NodeJS。 采用链式操作,并具有提示功能,代码可以自动补全。 支持以下浏览器:
Nuiton-I18n 是一个 Java 国际化开发包,基于 ResourceBundles 类。 示例代码: I18n.init(new DefaultI18nInitializer("myBundle"), Locale.FR);System.out.println(I18n._("This text will be translated"));