How to make machine translations?

Asked

Viewed 284 times

0

I have a page HTMLand would like to have it at various tongues However nay wanted to make a page for each tongue and edit out in HTML.

There is a some way I make a external document, a JSON, I don’t know, where I place only the translations and the texts are automatically updated if the user desire?

I use bootstrap and angular on my site.

  • 1

    In C# use Resources. In query, you have some plugins, I don’t know exactly but I think their translation is not very good, like Google.

  • But what I want to do is write the translations myself.

  • 1

    What server-side language does it use?

  • In Angular there must be numerous solutions to your problem. One, for example.

  • @Juniorvilasboas at Marconi’s suggestion, you write the translations yourself.

1 answer

2

For angular, there is a plugin called angular-Translate which is excellent and is very fast for what he intends to do.

But there are easy modes yes, besides these plugins, there is a specification called i18n that aims to standardize this part of translations. You can find some of this here and there is also another project maintained by Mozilla, which is basically a framework called l20n that holds the location in the hand of the locators and translators, it can be used in any type of project.

Automatic updating and switching between files can be done by these frameworks, but you will still need to translate your site into parts. It is also possible to use google translator to generate an instant translation, the work is minimal, but the result is not so good either...

Browser other questions tagged

You are not signed in. Login or sign up in order to post.