internationalization
Here are 710 public repositories matching this topic...
-
Updated
Apr 29, 2020
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
-
Updated
May 14, 2020 - JavaScript
-
Updated
May 4, 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.
-
Updated
May 4, 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
Apr 11, 2020 - JavaScript
-
Updated
May 14, 2020 - JavaScript
-
Updated
Feb 18, 2020 - C#
-
Updated
May 11, 2020 - PHP
-
Updated
May 4, 2020 - TypeScript
-
Updated
Jun 26, 2019 - JavaScript
-
Updated
Apr 26, 2020 - Python
-
Updated
Apr 27, 2020 - PHP
-
Updated
May 22, 2019 - TypeScript
-
Updated
Jun 8, 2019 - JavaScript
-
Updated
Apr 16, 2020 - PHP
I am trying to migrate old database from another framework into django and currently, I am having trouble saving the newly generated models. I get an error when I do the following:
title_translated = create_translated_data(r[4])
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
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:
. This can be avoiding by checking for doc.path_format before accessing the url property on the Document object.
(Basically, the list of docs should filter out Document objects that don't have a path_format).
[20:38:10] Error building <grow.rendering.render_cont
-
Updated
May 14, 2020 - Ruby
When I generate HTML on OSX then 150 is displayed as €150.00.
When doing the same on Fedora 150 is just €150.
Any idea what might be the problem???
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."
Index:
formatXMLElementFn-- a function handling rich text formatting, passed tovalues. Name is used as referred in source code,The problem
While using RichText,
formatXMLElementFnare called with possible many arguments (chunks) which could be collected with rest operator and passed to component.Example