The Wayback Machine - https://web.archive.org/web/20200706193300/https://github.com/topics/internationalization
Skip to content
#

internationalization

Here are 745 public repositories matching this topic...

pancake-boy
pancake-boy commented Apr 8, 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

fruchtose
fruchtose commented Nov 12, 2019

🚀 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

lucasecdb
lucasecdb commented Apr 26, 2020

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 { useL
weblate
vtolstov
vtolstov commented Apr 6, 2020

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

GasimGasimzada
GasimGasimzada commented Sep 3, 2018

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
jprester
jprester commented Sep 16, 2019

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:

![image](https://user-images.githubusercontent.com/4181978/64955411-76b16580-d888-11e9-8216-2fa03696c587

matthiasrohmer
matthiasrohmer commented Jan 11, 2019

This isn't really urgent as there is a workaround, but linking language versions with <link rel="hreflang"> elements is not really easy with Grow because of the "virtually translated documents".

What I mean is: you don't have a certain document in a specific language but it is still generated in that language (and maybe with the translated interface texts) but you probably don't want to inde

leonelquinteros
leonelquinteros commented Aug 14, 2018

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.

Curate this topic

Add this topic to your repo

To associate your repository with the internationalization topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.