-
Updated
Apr 29, 2020
internationalization
Here are 745 public repositories matching this topic...
-
Updated
Jul 6, 2020 - TypeScript
-
Updated
Jul 3, 2020 - JavaScript
-
Updated
Jul 3, 2020 - JavaScript
🚀 Feature Proposal
babel-plugin-fbt allows developers to use an attribute common to FBT calls which use JSX syntax. However, no documentation exists on https://facebookincubator.github.io/fbt/ for this feature.
Motivation
It is not clear how or why to use the common string API.
Example
This feature would allow organizations or developers to define a set of frequently
SSR support
Describe the bug
This is an issue I encountered while migrating from the 3.0.0-5 version to 3.0.0-11. I probably have to use make-plural somewhere in my app, but I don't know where because the migration docs didn't mention it.
To Reproduce
Steps to reproduce the behavior, possibly with minimal code sample, e.g:
import { plural } from '@lingui/macro'
import { useLI don't see a point of only uploading screenshots, or if there is one, having the option to only click "Upload and save" would be nice, as it has a much lower chance of accidentally not saving uploads.
Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/91359822-also-save-uploaded-screenshots?utm_campaign=plugin&utm_content=tracker
-
Updated
May 21, 2020 - PHP
Is your feature request related to a problem? Please describe.
in other translation platforms you need to import only template file, after that you can translate all strings from it to other languages. But in traduora i can't do that. Do you plan to add this feature, or how to do workflow? Template file create automatic via extracting strings from source code.
When i'm use zanata i'm upload
-
Updated
Jun 8, 2020 - JavaScript
-
Updated
Jun 29, 2020 - JavaScript
-
Updated
Jul 3, 2020 - TypeScript
-
Updated
Jun 21, 2020 - C#
-
Updated
May 11, 2020 - PHP
-
Updated
Jun 26, 2019 - JavaScript
-
Updated
Jun 9, 2020 - Python
-
Updated
Jun 8, 2020 - PHP
-
Updated
May 22, 2019 - TypeScript
-
Updated
Jun 8, 2019 - JavaScript
The FluentBundle struct, although present in the introduction text of the documentation, is not actually documented. The link there to FluentBundle sends me here, but I see a 404:

content_translated = create_translated_data(r[3])
new_post = Post.objects.create() # <-- This is where I get my error.
t = {}
for loc, data in title_transl
If I use react-localize-redux with typescript I will encounter type issue when passing the value to the 'translate' function and expecting to use returned string as a placeholder text for input form element.
Typescript is complaining that return value wont be a string but this instead:
 but you probably don't want to inde
-
Updated
Jul 5, 2020 - Ruby
-
Updated
Jun 26, 2020 - TypeScript
Please describe your issue
The only documentation for this package is Godoc and the README.md file from this repo. We need to write better docs, some tutorial and use case examples to make package adoption easier.
Is this a bug, an improvement, a proposal or something else? Describe it.
Improvement
What's the expected behaviour, the current behaviour and the steps to repro
Improve this page
Add a description, image, and links to the internationalization topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the internationalization topic, visit your repo's landing page and select "manage topics."


vue & vue-i18n version
8.15.4
Steps to reproduce
add missing handler:
i18n.missing = (locale: Locale, key: Path) => {
if (i18n.te(key, i18n.fallbackLocale)) {
return i18n.t(key, i18n.fallbackLocale).toString();
}
return ''; // instead of showing the key + warning
};
What is Expected?
no warnings about missing key
What is actually happening?
console