-
Updated
Feb 12, 2022 - Vue
i18n
Here are 2,947 public repositories matching this topic...
-
Updated
Feb 14, 2022 - JavaScript
-
Updated
Feb 17, 2022 - TypeScript
-
Updated
Feb 16, 2022 - JavaScript
-
Updated
Feb 11, 2022 - JavaScript
@types in vue.i18n
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
-
Updated
Feb 9, 2022 - PHP
-
Updated
Feb 7, 2022 - JavaScript
-
Updated
Mar 12, 2021 - TypeScript
-
Updated
Mar 7, 2019 - JavaScript
-
Updated
Sep 2, 2021 - JavaScript
-
Updated
Jan 19, 2022 - TypeScript
-
Updated
Feb 17, 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 11, 2022 - Vue
-
Updated
May 11, 2020 - Vue
-
Updated
Feb 16, 2022 - Vue
-
Updated
Jul 23, 2018 - TypeScript
-
Updated
Feb 16, 2022 - Go
-
Updated
Feb 11, 2022 - TypeScript
-
Updated
Feb 3, 2021 - PHP
-
Updated
Feb 14, 2022 - Ruby
-
Updated
Feb 16, 2022 - C++
-
Updated
Jan 13, 2022 - PHP
Search result count
Search result count is 10.
How can i set the pagesize on user side
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."
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注意
Apache 需要开启
proxy_modulehttp://127.0.0.1:8888 为后端默认地址,如已更改记得替换