Settings and activity
5 results found
-
1 vote
Ondra Medek shared this idea ·
-
6 votes
An error occurred while saving the comment Ondra Medek supported this idea ·
-
2 votes
An error occurred while saving the comment Ondra Medek commented
It's really annoying! And the solution is very simple - just save it in a cookie.
-
3 votes
An error occurred while saving the comment Ondra Medek commented
Very annoying to show context for each term one by one! We plan to have hundreds of terms.
Ondra Medek supported this idea ·
-
4 votes
An error occurred while saving the comment Ondra Medek commented
You may use .NET core on the server to generate RESX files.
I have also fixed this by filtering the exported file by a code:XmlDocument xml = new XmlDocument();
xml.PreserveWhitespace = true;
xml.LoadXml(resxString);
xml.Save(filename);And this also fixes:
Ondra Medek shared this idea ·
I would be happy just if the fuzzy would count as unstranslated and not translated.