Quantcast
Channel: ResX Resource Manager
Viewing all 2435 articles
Browse latest View live

Commented Unassigned: ResX Resource Manager does not check usages in aspx files correctly [4750]

$
0
0
I have a lot of resource usages in aspx files that are not recognized by ResX Resource Manager. These are generally in this format:

<div class="someClass"><%=Resources.File.Key %></div>
Comments: ** Comment from web user: tomenglert **

I did the pattern according to https://msdn.microsoft.com/en-us/library/ms227427.aspx.
Can you share a link where the other pattern is documented?

Until I can add this new pattern to the standard you can add it temporary on the ResXManager configuration tab.


Commented Unassigned: Ability to copy path of record [4748]

$
0
0
Nice software.
If I have selected some Resx record then I see on statusbar location of this translation record. But I cant copy the path.
Please to add feature to ability copy path of resx record. For example at the moment we can see on statusbar text
"myResXRecordKey: FileOfResxFile (C:\www\root\bigproject\someting\Admin\UserManagement)"

If I have openned directory "C:\www\root\bigproject\someting" then good are to get after coping from this example string "Admin.UserManagement.FileOfResxFile.myResXRecordKey" (path separated by dot and from relative to openned directory). For example from popup menu. (at the moment there are options: Delete\Cut\Copy\Paste\Invariant\"Cell selection"). There can be also menu elements "Copy dotted" and "Copy full path" (copy full path of this file).
Comments: ** Comment from web user: tomenglert **

What path exactly are you looking for - the path of the .resx file containing a special string?
What would be the use case of such a feature?

Created Unassigned: Detect code references feature doesn't work if resource is used through the alias [4754]

$
0
0
Hi!
I have a separate project with resources.
To avoid long strings in code I use aliases.

Instead of
var message = MyDictionary.Resources.MessageGetAvailavleAmount;

I use:
using Res = MyDictionary.Resources;

...
var message = Res.MessageGetAvailavleAmount;

But in this case "Detect code references" feature doesn't detect using of this resource.

Thank you

Commented Unassigned: Detect code references feature doesn't work if resource is used through the alias [4754]

$
0
0
Hi!
I have a separate project with resources.
To avoid long strings in code I use aliases.

Instead of
var message = MyDictionary.Resources.MessageGetAvailavleAmount;

I use:
using Res = MyDictionary.Resources;

...
var message = Res.MessageGetAvailavleAmount;

But in this case "Detect code references" feature doesn't detect using of this resource.

Thank you
Comments: ** Comment from web user: tomenglert **

You can customize this feature to your needs on the configuration page...

Commented Unassigned: Detect code references feature doesn't work if resource is used through the alias [4754]

$
0
0
Hi!
I have a separate project with resources.
To avoid long strings in code I use aliases.

Instead of
var message = MyDictionary.Resources.MessageGetAvailavleAmount;

I use:
using Res = MyDictionary.Resources;

...
var message = Res.MessageGetAvailavleAmount;

But in this case "Detect code references" feature doesn't detect using of this resource.

Thank you
Comments: ** Comment from web user: ValeraScherbakov **

Thanks a lot!

Created Unassigned: Change solution neutral language doesn't work [4756]

$
0
0
I was trying to change the neutral language for a specific solution but doesn't work although the settings have been saved.

I have projects with differents neutrals...

The solution i've got for the moment was change the global neutral everytime i switch projects.

Thanks

Source code checked in, #37411

$
0
0
Fix broken solution specific configuration

Edited Issue: Change solution neutral language doesn't work [4756]

$
0
0
I was trying to change the neutral language for a specific solution but doesn't work although the solution settings have been saved.

I have projects with differents neutrals...

The solution i've got for the moment was change the global neutral everytime i switch projects.

Thanks

Commented Issue: Change solution neutral language doesn't work [4756]

$
0
0
I was trying to change the neutral language for a specific solution but doesn't work although the solution settings have been saved.

I have projects with differents neutrals...

The solution i've got for the moment was change the global neutral everytime i switch projects.

Thanks
Comments: Associated with changeset 37411: Fix broken solution specific configuration

Edited Unassigned: Detect code references feature doesn't work if resource is used through the alias [4754]

$
0
0
Hi!
I have a separate project with resources.
To avoid long strings in code I use aliases.

Instead of
var message = MyDictionary.Resources.MessageGetAvailavleAmount;

I use:
using Res = MyDictionary.Resources;

...
var message = Res.MessageGetAvailavleAmount;

But in this case "Detect code references" feature doesn't detect using of this resource.

Thank you

Edited Unassigned: Comment characters in strings causes ResX Manager to overlook resource usaages [4751]

$
0
0
If a resource appears after a comment sequence in a string (such as a URL), ResX Manager does not recognizes this as a valid resource usage:

string url = string.Format("{0}://{1}?{2}", secure ? "https" : "http", domain, Resources.File.Key);

Commented Feature: ResX Resource Manager does not check usages in aspx files correctly [4750]

$
0
0
I have a lot of resource usages in aspx files that are not recognized by ResX Resource Manager. These are generally in this format:

<div class="someClass"><%=Resources.File.Key %></div>
Comments: @Lothan: any news on this?

Commented Unassigned: Ability to copy path of record [4748]

$
0
0
Nice software.
If I have selected some Resx record then I see on statusbar location of this translation record. But I cant copy the path.
Please to add feature to ability copy path of resx record. For example at the moment we can see on statusbar text
"myResXRecordKey: FileOfResxFile (C:\www\root\bigproject\someting\Admin\UserManagement)"

If I have openned directory "C:\www\root\bigproject\someting" then good are to get after coping from this example string "Admin.UserManagement.FileOfResxFile.myResXRecordKey" (path separated by dot and from relative to openned directory). For example from popup menu. (at the moment there are options: Delete\Cut\Copy\Paste\Invariant\"Cell selection"). There can be also menu elements "Copy dotted" and "Copy full path" (copy full path of this file).
Comments: @laaneoks: Any update on this?

Commented Unassigned: Reuse Translations via Scripting? [4752]

$
0
0
Hi Tom,

I see there is a new scripting module and am excited to get it working for my use case. We have a LOT of files and entries (and a dozen or so locales), and many of the neutral values end up being duplicates (and I want to reuse those translations for the other locales). I often go into your tool to reuse existing translations after a batch comes back from the translators.

Is that functionality available via the scripting module? Can you put together a sample or at least point me in the right direction?

My steps to Reuse Translations using your tool are as follows:
1. Open your tool within my solution
2. Click "Translate" tab at the bottom of the screen
3. Make sure Bing and MyMemory are unchecked (not enabled)
4. Click Apply All button

Thanks in advance,
--Ed
Comments: ** Comment from web user: tomenglert **

What it does is:
- get a string in language "X" where text is empty
- get the neutral text for the string
- find other entrie(s) where the neutral strings match and the text in language "X" is not empty
- update the first string with the translation of the second string

That's all, you just need to do this in a script or simple .net application.

Source code checked in, #37414


Commented Feature: ResX Resource Manager does not check usages in aspx files correctly [4750]

$
0
0
I have a lot of resource usages in aspx files that are not recognized by ResX Resource Manager. These are generally in this format:

<div class="someClass"><%=Resources.File.Key %></div>
Comments: @Lothan: it would be great if you could contribute the documentation and/of the required pattern

Commented Feature: Ability to copy path of record [4748]

$
0
0
Nice software.
If I have selected some Resx record then I see on statusbar location of this translation record. But I cant copy the path.
Please to add feature to ability copy path of resx record. For example at the moment we can see on statusbar text
"myResXRecordKey: FileOfResxFile (C:\www\root\bigproject\someting\Admin\UserManagement)"

If I have openned directory "C:\www\root\bigproject\someting" then good are to get after coping from this example string "Admin.UserManagement.FileOfResxFile.myResXRecordKey" (path separated by dot and from relative to openned directory). For example from popup menu. (at the moment there are options: Delete\Cut\Copy\Paste\Invariant\"Cell selection"). There can be also menu elements "Copy dotted" and "Copy full path" (copy full path of this file).
Comments: @laaneoks: You need to provide more details, I don't know what you exactly want.

Source code checked in, #37423

$
0
0
Refresh configuration view upon solution change

Commented Issue: Change solution neutral language doesn't work [4756]

$
0
0
I was trying to change the neutral language for a specific solution but doesn't work although the solution settings have been saved.

I have projects with differents neutrals...

The solution i've got for the moment was change the global neutral everytime i switch projects.

Thanks
Comments: Associated with changeset 37423: Refresh configuration view upon solution change

Source code checked in, #37424

Viewing all 2435 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>