VS.NET 2010 中是否有一种方便的方法将新资源文件条目从默认 resx 文件复制到特定语言 resx 文件?

发布于 2024-12-20 18:14:18 字数 285 浏览 1 评论 0原文

我无法想象以前在某个地方没有问过这个问题,因为需求似乎很明显:在 Visual Studio 2010 中本地化 ASP.NET 网站时,我使用 Resharper 将字符串移动到 App_LocalResources 中的 resx 文件,复制默认语言 resx 文件,将其重命名为特定语言文件,然后输入翻译。

但是,每当默认语言文件有任何添加(因为 aspx 文件发生更改)时,我都需要手动将它们复制到特定语言的 resx 文件中。

我想有一个简单的方法可以做到这一点,一个工具,一个附加组件。有没有?

I can't imagine this hasn't been asked before somewhere because the demand seems obvious: when localizing an ASP.NET website in Visual Studio 2010, I use Resharper to move strings to resx-files in App_LocalResources, copy the default language resx file, rename it to a specific language file, and enter the translations.

However, whenever there are additions to the default language file (because the aspx file changes), I need to copy them manually to the resx file of the specific language.

I guess there is an easy way to do this, a tool, an add-on. Is there?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

扛起拖把扫天下 2024-12-27 18:14:18

我从来没有发现任何很棒的东西并且做了我想做的一切,但是我过去用过这个并且还可以。

ZetaResourceEditor

我也使用过基于网络的编辑器,我们需要翻译人员访问资源文件。我认为我的一位程序员必须用它修复一些错误,但这可能是一个好的开始。

LavaBlast

I've never found anything that was great and did everything i wanted, however I've used this in the past and was ok.

ZetaResourceEditor

Ive also used a web based editor, we had a need for the translators to access the resource files. I think one of my programmers had to fix a couple of bugs with it but might be a good start.

LavaBlast

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文