-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Automated translations #8
Comments
I've been thinking about the workflow for this. It goes something along these lines:
|
Steps 1 and 2 can be achieved by just doing I think that means we basically need two new functions:
Then It occurs to me that we may want either of the following:
po$translate(msg1, "translated string") What do you think? |
An identifier should be reasonably straightforward to add. Making the |
Hashing is a good idea - much easier. Let's do that. |
I've just done a rewrite with R6 and hash values being auto-generated when
you read the direct or countable elements.
The tests are broken but it should be a quick fix tomorrow. The API is the
same as before, so it shouldn't break msgtools (though let me know if you
have any problems).
…On 4 January 2017 at 15:46, Thomas J. Leeper ***@***.***> wrote:
Hashing is a good idea - much easier. Let's do that.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#8 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AAMD1TNQWe-U4zQ29Z4M0fcDw5vRxWLRks5rPAU5gaJpZM4CYBSL>
.
--
Regards,
Richie
Learning R <http://shop.oreilly.com/product/0636920028352.do>
4dpiecharts.com
|
Add automated translations using translate or translateR
The text was updated successfully, but these errors were encountered: