-
Updated
Feb 4, 2022
internationalization
Here are 1,024 public repositories matching this topic...
-
Updated
Feb 24, 2022 - TypeScript
-
Updated
Feb 22, 2022 - JavaScript
-
Updated
Feb 22, 2022 - Dart
-
Updated
Feb 23, 2022 - JavaScript
-
Updated
Feb 25, 2022 - JavaScript
-
Updated
Feb 11, 2022 - TypeScript
Describe the problem
Weblate takes forever to scan huge repositories (~150k files), in order to autogenerate a config (I think). I already know what config I want to put in for the repo, so I don't need Weblate to waste its time autogenerating one that I'm going to throw out.
Describe the solution you'd like
An explicit toggle for Weblate to autoscan or not.
Describe alternatives y
-
Updated
Feb 21, 2022 - JavaScript
-
Updated
Feb 3, 2021 - PHP
-
Updated
Feb 18, 2022 - C++
Search result count
Search result count is 10.
How can i set the pagesize on user side
If the locale is set using this.translocoLocaleService.setLocale(locale) (or default) it is overwritten the moment this.translocoService.setActiveLang(lang); is called.
Because of the https://github.com/ngneat/transloco/blob/master/projects/ngneat/transloco-locale/src/lib/transloco-locale.service.ts
translocoService.langChanges$ subscription.
There is no property or config to disable
-
Updated
Jan 17, 2022 - JavaScript
-
Updated
Mar 7, 2021 - C#
-
Updated
Dec 27, 2021 - PHP
-
Updated
Jan 6, 2022 - Python
-
Updated
Feb 24, 2022 - TypeScript
-
Updated
Sep 10, 2021 - JavaScript
-
Updated
Dec 21, 2021 - JavaScript
The Problem
The initialization of svelte-i18n sets the preferred language in a global variable.
While this is acceptable for client, it is not acceptable for the server (with SSR).
The server might be async, in which it can proccess at the same time both request for one language and a request for other language.
However, as far as I can see, setting a new locale will override the existin
-
Updated
Dec 9, 2021 - Swift
-
Updated
Feb 17, 2022 - PHP
-
Updated
Jan 15, 2022 - Fluent
-
Updated
Feb 7, 2022 - Dart
-
Updated
Feb 10, 2022 - Python
-
Updated
May 22, 2019 - TypeScript
-
Updated
Feb 2, 2022 - Java
-
Updated
Feb 15, 2022 - PHP
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."
Hello,
I'm using vue-i18n on my nuxt app with typescript.
I have a simple question :
Why in
`local