Skip to content
#

i18n

Here are 3,043 public repositories matching this topic...

chenweil
chenweil commented Apr 21, 2021

Apache 部署GVA

部署版本

GVA 2.4.0

具体配置

VirtualHost 配置中加入:

    <Proxy /api>  
         Order deny,allow  
         Allow from all  
     </Proxy>  
     ProxyPass /api http://127.0.0.1:8888      
     ProxyPassReverse /api http://127.0.0.1:8888
此配置目的与 官方 nginx 提供配置类似。

注意

Apache 需要开启 proxy_module

http://127.0.0.1:8888 为后端默认地址,如已更改记得替换

good first issue
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

help wanted good first issue Type: Improvement

❄️ A React-Native Android iOS Starter App/ BoilerPlate / Example with Redux, RN Router, & Jest with the Snowflake Hapi Server running locally or on RedHat OpenShift for the backend, or a Parse Server running locally or remotely on Heroku

  • Updated Mar 7, 2019
  • JavaScript
weblate
Geeyun-JY3
Geeyun-JY3 commented Apr 7, 2022

Describe the problem

For now, whatever Translation editor mode the user chose, clicking the link of strings on the search page and browse page always open the full editor.

Describe the solution you'd like

Open strings in the user preferred Translation editor mode on the search page and browse page

Describe alternatives you've considered

No response

Screenshots

enhancement help wanted good first issue ux

Improve this page

Add a description, image, and links to the i18n 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 i18n topic, visit your repo's landing page and select "manage topics."

Learn more