How to begin with i18n-ally - internationalization

Just try to translate my own vscode extension. Nothing is working and i don't find a "get started" for i18n-ally.
file to translate are json, typescript and python.
Is anyone can help me ?

Related

Export date report in PDF format and send it to email through outlook (Visual Basic 6.0)

Dears
Hope you are doing well .
I search through internet to find a solution to extract data report in PDF format in first stage and then send it to email using outlook but i did not found a clear solution for this so if there anyone can help me on this i will appreciate that .
I don'h have a code to share it with you .
Thanks in advance
Have a look at the Quick PDF Library Lite from Debenu
I use it to open a base PDF file, add my dynamic data, and save it to PDF again.
I was looking for the project where I did it to post some code, but can't find it right now sorry

RobotFramework: SikuliLibrary: Set Ocr Text Read, Get text keyword not working

I am using Sikuli library with Robotframework(RF) for windows app testing. Followed this link for configuring SikuliLibrary with RF.
https://github.com/rainmanwy/robotframework-SikuliLibrary
'Set Ocr Text Read' & 'Get Text' keywords are not working in RobotFramework.Error msg is gives as picture below. Similar error msg for 'Set Ocr Text Read'.
Please click here to see error msg for 'Get Text' keyword
But in keyword documentation of Sikuli these 2 keywords are mentioned. Sikuli Library is imported properly. Others Sikuli keywords are working fine except these 2.
Need your kind help. Thanks in advance.
I just had a look at SikuliLibrary
In fact the Keyword "Get Text" was only added at September 12th this year.
Since the latest version 0.1.5 on pypi is from May 16th, "Get Text" is not included in the package you get with pip.
You have to follow the steps mentioned on GitHub under
Build With Maven
to get the latest version containing the changes made after May 16th.

Xamarin bug with ClosedXML : "system.io.ioexception: operation not valid when package is read-only at system.io.packaging..."

I'm using Xamarin Studio to work on a C# console application. I am working with ClosedXML in order to manipulate data from an excel file.
I am getting the error
system.io.ioexception: operation not valid when package is read-only at system.io.packaging.....
When I try to read from the excel file, but the excel file is not read only.
var wb = new XLWorkbook(TestProductsXlsx);
I have tried to look on the internet but it seems that this bug has not been fixed. Can someone please help ?
Thanks
Looks like this will end up being in a Mono 4.4 release according to the comments on https://github.com/OfficeDev/Open-XML-SDK/issues/39

Why does this help file that I downloaded from the Internet only contain blank pages?

I'm trying to debug come code that uses WINIO, but unfortunately I can't find any good explanation on what it's supposed to be doing. The standard download comes with a CHM helpfile, but just to add insult to injury, every page of the helpfile is blank!
Is there something wrong with the help file, or is it really meant to be full of empty pages?
You've already got the documentation. It's that help file. But the help file was downloaded from the web and your computer knows this and doesn't want to show the HTML until you tell it to trust it.
Right click on the .chm file and select Properties.
Then click the Unblock button.
Then open the help file again and you can see the content.
Since this is stackoverflow, here's a programmatical solution, in Delphi (from FPC's winutils unit)
procedure UnBlockFile(const name:String);
var f : file;
begin
assignfile(f,name+':Zone.Identifier');
rewrite(f,1);
truncate(f);
closefile(f);
end;

How do I get Blade syntax highlighting in Aptana

Does anyone know how to get syntax highlighting for the Blade Templating language used by Laravel in Aptana?
I found this but can't find a repository from which I can install anything like this.
https://github.com/Medalink/Laravel-Blade
https://github.com/Medalink/Laravel-Blade/blob/master/Blade.tmLanguage
Here you got highlighting for sublime text 2.
I don't know how these type of file implicate with aptana. You can search and convert it.
Remember: Aptana is like Eclipse (it's built on top of eclipse though) so you can search for eclipse as weoll.
Good luck with that.
PS
Y U NOT USE SUBLIME? :)

Resources