-
```ts
export interface IField {
/**
* @language-tag en-US
* @description name of fields
*/
/**
* @language-tag zh-Hans-CN
* @description 字段名
*/
name: string;
}
```
…
-
Hi guys, I am trying to build an example program and link wangle.
I got the following error:
```
-- Found Boost: /usr/lib/x86_64-linux-gnu/cmake/Boost-1.71.0/BoostConfig.cmake (found version "1…
-
```
Greetings,
I notice that Franker will sometimes have trouble translating large blocks of
text. If I select all (ctrl - A) and hit the hotkey for Franker, then it will
translate up to a certain…
-
```
Greetings,
I notice that Franker will sometimes have trouble translating large blocks of
text. If I select all (ctrl - A) and hit the hotkey for Franker, then it will
translate up to a certain…
-
```
1. I have tried to create a simple test application with textbox as Input
and Label as output
2. On Button click event I have following code.
protected void btnTranslateIt_Click(object sender, Ev…
-
```
1. I have tried to create a simple test application with textbox as Input
and Label as output
2. On Button click event I have following code.
protected void btnTranslateIt_Click(object sender, Ev…
-
-
So far we have only been using machine translation to suggest translations when translating one string at a time.
It seems that its is possible to bulk translate a whole component:
- Navigate to…
-
```
What will happen with the plugin now that Google discontinued the Google
Language API Family?
```
Original issue reported on code.google.com by `flavioba...@gmail.com` on 31 May 2011 at 7:21
-
```
What steps will reproduce the problem?
I've created following class in the eclipse
package com.translate;
import com.google.api.GoogleAPI;
import com.google.api.GoogleAPIException;
import com.goo…