i18n
Here are 2,125 public repositories matching this topic...
Before opening a new issue, please take a moment to review our community guidelines to make the contribution process easy and effective for everyone involved.
Description
A clear and concise description of what the bug is.
Steps to reproduce
Steps to reproduce the behavior:
(Add link to a dem
Too wide (and falsy) segregation of GraphQL Types and Resolvers
The first example of this is new ObjectType in src/data/queries/index.js importing fields.
Fields should be taken in context of parent type, not as standalone information.
This can ensure some users that custom types cannot have own field resolvers which is false.
In fact, much of fields which can have own resolvers
-
Updated
Jul 16, 2020 - TypeScript
-
Updated
Jul 6, 2020 - JavaScript
-
Updated
Jun 30, 2020 - PHP
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
Jul 13, 2020 - JavaScript
-
Updated
Jul 15, 2020 - JavaScript
I download the ZIP and run npm install but then I run expo start and I get:
[11:17:11] Starting project at /Volumes/Sata/repositories/snowflake copy
[11:17:12] Expo DevTools is running at http://localhost:19002
[11:17:12] Error: Missing app.json. See https://docs.expo.io/
[11:17:12] No Expo configuration found. Are you sure this is a project directory
How I solve this?
Th
The main documentation site doesn't have docs for this new parameter. Can anybody update it?
Originally posted by @yrtimiD in angular-translate/angular-translate#1760 (comment)
According to the CLDR documentation, we can specify a region overriding the region specified in the language identifier.
Does Globalize support this extension?
If yes, any help would be greatly appreciated.
-
Updated
Jun 30, 2020 - TypeScript
Update documentation
The documentation is very confusing about "installation" and should be updated/simplified. I have:
- A shared module
- Lazy loaded modules
- AOT compilation (which becaume the default on Angular CLI)
Do i need to apply all 3 of the mentioned headlines to this topics? When I have the shared module, does it work out of the box with lazy loaded modules? Also i should export the TranslateModul
SSR support
Hi, quick question. I didn't see on docs if fbt is mean to be used on a react server side rendered (SSR). It is? :)
Thanks for all the work!
-
Updated
Jul 10, 2020 - TypeScript
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 { useLHello everyone. This is a great project. I entered selling points of this project and I made the following comparison of a few projects to show how they differ. If you have any corrections to make you can do so by commenting in the spreadsheet from which this is generated. If you are wonderin
-
Updated
May 11, 2020 - Vue
-
Updated
Jul 13, 2020 - Vue
component: pop-over
I 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
Given this code:
# foobar.html.slim
= select_tag :foobar, options_for_select([]),
data: {\
"blank-option-label" => t(\
'form.blank_option_label',
),
}when i run i18n-tasks unused i see that form.blank_option_label isn't used. When i write it like this it works:
# foobar.html.slim
= select_tag :foobar, options_for_select([]),
dataAdd copy command
-
Updated
Jul 15, 2020 - TypeScript
Reproduction steps:
have a localization file, e.g. active.en.toml, with the content Test = "" and run the following command in your terminal in the appropriate directory:
goi18n merge active.*.tomlto generate your updated translate.*.toml files.
Analysis
The execution of the above mentioned command will cause a nil reference exception here
https://github.com/nick
We need to add docs for the new create_project command
How we do that is related to translate/pootle#6761
-
Updated
Jul 15, 2020 - JavaScript
-
Updated
Jun 8, 2020 - JavaScript
Improve this page
Add a description, image, and links to the i18n topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the i18n topic, visit your repo's landing page and select "manage topics."

在inline-edit-table.vue里边设置自定义的指令 v-el-height-adaptive-table="{bottomOffset: 30}"报错:Failed to resolve directive: el-height-adap