Skip to content
#

internationalization

Here are 829 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
Daniel-Tr
Daniel-Tr commented Dec 28, 2020

Describe the bug

After an entry has been already translated (even if it's already marked as "Need editing"), if the translation is modified and the user adds (or keeps) the "Need editing" checked, it will trigger the warning "Has been translated".

I think it shouldn't trigger that warning at least, the message is misleading and in any case the report already marks the entry that needs ed

Mistic92
Mistic92 commented Dec 8, 2020

Is your feature request related to a problem? Please describe.
Currently Traduora support providing only host in env. When running on GCP Cloud Run it's easier to use unix socket than create vpc connector and use private ip to connect to cloud sql database.
I was trying to use /cloudsql/<instance_name> in host but it was crashing.

Describe the solution you'd like
Add option to prov

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.