Skip to content
#

internationalization

Here are 815 public repositories matching this topic...

Maskim
Maskim commented Nov 2, 2020

Hello,

I'm using vue-i18n on my nuxt app with typescript.

I have a simple question :
Why in

declare module 'vue/types/options' {
	interface ComponentOptions<V extends Vue> {
		i18n?: {
			messages?: VueI18n.LocaleMessages
			dateTimeFormats?: VueI18n.DateTimeFormats
			numberFormats?: VueI18n.NumberFormats
			sharedMessages?: VueI18n.LocaleMessages
		}
	}
}

`local

weblate
est42
est42 commented Oct 13, 2020

Describe the bug

I created new component, which is using mercurial VCS and supposed to pull from default branch and push translations to new branch. This doesn't work, "Push branch" option in Weblate is ignored and Weblate is always pushing to the default repository branch defined in Weblate as "Repository branch".

To Reproduce

Steps to reproduce the behavior:

  1. Create any new
easy_localization
Jerrywyx
Jerrywyx commented Nov 13, 2020

After upgrading to Flutter 1.24.0-8.0, I got below error message from Pub get

Because no versions of easy_localization match >2.3.3 <3.0.0 and easy_localization 2.3.3 depends on intl ^0.16.0, easy_localization ^2.3.3 requires intl ^0.16.0.
And because every version of flutter_localizations from sdk depends on intl 0.17.0-nullsafety.2, easy_localization ^2.3.3 is incompatible with fl

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.