“Infragistics 的扩展语言支持”

huangapple go评论88阅读模式
英文:

Extended Language Support for Infragistics

问题

目前,我的应用程序已加载了以下Infragistics语言文件。

  • infragistics-bg.js
  • infragistics-de.js
  • infragistics-es.js
  • infragistics-fr.js
  • infragistics-ja.js
  • infragistics-ru.js

根据Infragistics文档,已经支持其他语言。我可以问一下在哪里下载完整的文件集,以便像以下这样完全引入新语言到我的应用程序。

  • infragistics.ui.popover-bg.js
  • infragistics.ui.scroll-bg.js
  • infragistics.ui.splitter-bg.js
  • infragistics.ui.toolbar-bg.js
  • .....等等。

我知道在Infragistics中,可以从头开始创建自定义语言文件,但我想知道是否已经为所有支持的语言提供了这些类型的文件。我希望为葡萄牙语(pt-PT)提供支持。

我尝试检查我已有的其他语言文件的内容,以便逐个翻译它们来复制,但似乎这将是繁琐和不高效的。

英文:

Currently, my application has the following infragistics language files loaded.

infragistics-bg.js
infragistics-de.js
infragistics-es.js
infragistics-fr.js
infragistics-ja.js
infragistics-ru.js

Based on the infragistics documentation, other languages are supported already. May I ask where can I download the complete set of files to fully introduce a new language to my application like the following.

infragistics.ui.popover-bg.js
infragistics.ui.scroll-bg.js
infragistics.ui.splitter-bg.js
infragistics.ui.toolbar-bg.js
.....etc.

I am aware that in infragistics, a custom language file can be created from scratch but I was wondering if these types of files are readily available for all of their supported languages. I was hoping to introduce support for Portuguese(pt-PT).

I tried checking the contents of the other language files I have thinking that I might be able to replicate it with other language by translating them one at a time, but it seems like it would be tedious and counter-efficient.

答案1

得分: 1

这个仓库存储了用于 Ignite UI for Angular 国际化 的资源字符串。

英文资源字符串以及每个可本地化组件的 resourceStrings 属性的接口存储在 Ignite UI for Angular 仓库 中。这些接口可以用作创建自定义资源字符串的模式。

您可以查看有关如何添加以前的国际化的更详细示例的 PR。

祝您使用愉快。

英文:

This respository stores resource strings for the Ignite UI for Angular internacionalization.

The English resource strings and the interfaces for each localizable component's resourceStrings property are stored in the Ignite UI for Angular repository. The interfaces can be used as a schema for creating custom resource strings.

You can check the PRs for more detailed examples on how the previous i18n's were added.

Enjoy.

huangapple
  • 本文由 发表于 2023年7月10日 17:39:15
  • 转载请务必保留本文链接:https://go.coder-hub.com/76652508.html
  • ignite-ui
  • infragistics
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定