Jenkins help entries are displayed in mixed languages.
I am using Jenkins with Google Chrome 43 under Win 7 Professional. Chrome is configured to be displayed in US English. The OS user interface is in German.
Jenkins user interface is displayed properly, i.e. in English. However some help items are displayed in German, some are in English, although they belong to the same section.. In Advanced Project Options the help text for Block build when upstream project is building is displayed in German, whereas for Block build when downstream project is building is displayed n English.
Thank you for your help.
Related
I'm unable to set hindi as a locale in VSCode.
I know that it is added in the list of community driven languages as suggested in
https://github.com/Microsoft/Localization/wiki/Visual-Studio-Code-Community-Localization-Project
However, I can't understand how to include and use it in VSCode.
Kindly help with the steps required to add the same.
Btw, there is no hindi language pack available in the marketplace,is there some other way to get it?
As far as it stands there is no other way to get it other than marketplace unless the following is published as stated here on point no. 5:
After translation coverage reach 50% and below files are fully localized, we will publish language pack of this language in Marketplace. We encourage community members to publish language pack by yourself.
Im facing a problem with OpenERP V7 regarding the arabic support in the RML reports.
The latest OpenERP (Odoo) community version 7
Ubuntu 12.04.5
The Issue: in order to support RTL in RML and arabic characters, I've installed arabicfix addons created by MGK IT Consulting, it installed successfully but when printing an PDF report the results are various, in some reports, like customer invoice, its not working for the partner name, in other report, General Ledger report its not working for the account name but working for the partner name on the same report, and so on.
Not working = the arabic text is shown correctly but LTR instead of RTL
Tried to compare the two reports with no luck in finding out what makes the same field printed correct on one report and wrongly on another.
Update: it seems that the problem is limited to <font> tag, whenever its used within the RML the arabic direction is wrong, as a workaround, i've changed the RML reports and removed <font> tags from the fields where i have arabic text, it works!
I'm a math teacher with some novice Java skills. About six years ago I made some applets so my students could practice word problems. As time went on, more and more of my students have had problems using the applets because of browser incompatibility (I think). So this summer I've been working to convert the applets into a Dart app. The entire project is two textareas and about eight buttons that either display a problem or its solution.
So far I've got it working just fine in Dart Editor. It compiled to JavaScript without an error or warning and runs well in JavaScript, also through Dart Editor.
I copied the files to my website using FileZilla, but when I access the app on the server via a browser (I tried Safari and Internet Explorer) the app looks correct but none of the buttons work. That is, nothing happens when they are clicked. I'm not sure that I have copied all of the correct files/folders. I copied everything to the server that is within the web/ directory. There are two HTML files, one in out/ and one in web/. Which HTML file should it launch from? And should I just rename that file to index.html?
I've got about 40+ hours on the Dart phase of the project but am about out of time to devote to this particular problem. I've put in a few hours searching for help and related examples online, but I think my questions are so basic that there is no information available.
Again, I'm not a web developer or programmer. Think 50 year old math teacher.
Since a Dart project contains symlinks to dependencies, you can't simply copy a project to a server and have it work. pub deploy is a command that bakes your application and bundles the files for copying to a server.
It's somewhat a early, but there's a description here: https://docs.google.com/document/d/13y7yCwq9GtPChXtd6t0YMcUtMJLZq2IVwq546Dve_No/edit
I have a metro style app created from a Visual Studio 11 template. I created strings\en\Resources.resx and string\cs\Resources.resx. I have an English Windows 8 installation set to czech (cs) locale. When I run the application, English resources from strings\en\Resources.resx are always picked up. Date formatting is also in English locale (DateTime.ToString() showing English month names). When I delete strings\en\Resources.resx the string\cs\Resources.resx gets picked up and everything works just fine.
Can anyone help? I also tried to set the Neutral language in the assembly settings to Czech and edited DefaultLang in .csproj but nothing seems to work.
I found this on MSDN:
Test the app for the other languages.
Open the Control Panel, and select Clock, Language, and Region >
Change display language.
Note that the language that was displayed when you ran the app is
the topmost language listed that is English, German, or French.
If your topmost language is not one of these three, the app falls
back to the next one on the list the app supports.
If you do not have all three of these languages on your machine, add
the missing ones by clicking Add a language and adding
them to the list.
To test the app with another language, select the language in the
list and click Move up until it is at the top. Then run the app.
Hope this helps?
Were looking at building a Chinese site (Traditional and Simplified) in Sitecore and was wondering where the possibilities for supporting the search.
From what I have been able to gather so far:
Lucene doesn't support it out of the box but can be extended through development or third party to allow Chinese search
dtSearch should support it but from what I've been able to find it is unreliable/untested.
Does anyone have any experience using Chinese language in Sitecore and performing searches?
Has anyone had any experience implementing Chinese into Lucene?
Any help would be appreciated.
Cheers,
Phil
Cove Enterprise Search supports Chinese and integrates well with Sitecore. You should double check their full language support list if you have other needs.
http://www.coveo.com/en/technology-platform/coveo-platform-version-6-5/connectivity/web-site-search/sitecore-cms
Supported languages on Page 4:
http://www.coveo.com/~/media/Files/Support/Knowledge-Base/information-articles/Administration-Tool-Help_Coveo-Enterprise-Search6.ashx
Sitecore 7 ContentSearch features could help you out of the troubles; the search functionality supports many different languages including Chinese, Arabic, and non-UTF based characters.
I have tried to search Chinese (Traditional and Simplified) in sitecore 7 backend search tab. If you have played sitecore 7, you may notice that every content item has a new search tab. You can try to create a content item with 2 different language versions (zh-TW, zh-CN: Traditional, Simplified), then search some Chinese keyword in the search tab, it works fine.
For different language analyzers configuration, please find the Sitecore.ContentSearch.Lucene.DefaultIndexConfiguration.config in the App_Config/Include folder, there already defined many language analyzers for searching, you can also add the Chinese analyzer (Luncene.Net.Analysis.Cn.ChineseAnalyzer).
There is a "developer's_guide_to_item_buckets_and search_sc7" document on the sdn site(http://sdn.sitecore.net), it provides more details.
Hope these can help you.