-
Updated
May 25, 2022 - Vue
i18n
Here are 3,151 public repositories matching this topic...
-
Updated
May 25, 2022 - JavaScript
Apache部署GVA项目
-
Updated
Jun 6, 2022 - TypeScript
-
Updated
Jun 4, 2022 - JavaScript
-
Updated
Jun 3, 2022 - JavaScript
Reporting a bug?
Following the doc I expect to be able to use a Intl.DateTimeFormat inside the $d function the same way I do with $n. But $d only accept string key and object format isn't supported.
For exemple : $d(new Date(), { year: 'numeric' }) But it doesn't work and I have to define all the formats in the config first.
It co
-
Updated
May 27, 2022 - PHP
-
Updated
Jun 3, 2022 - JavaScript
-
Updated
May 6, 2022 - TypeScript
-
Updated
Mar 7, 2019 - JavaScript
-
Updated
Sep 2, 2021 - JavaScript
-
Updated
May 13, 2022 - TypeScript
-
Updated
Jun 4, 2022 - JavaScript
Describe the bug
The output PO file has comments with a leading period:
#. Your free trial will end on August 6th and will not renew.
#: src/components/routes/billing/Status/Status.tsx:56
msgid "and will not renew."
msgstr ""
To Reproduce
Steps to reproduce the behavior, possibly with minimal code sample, e.g:
import { t } from "@lingui/macro"
consDescribe the problem
For example, if you try go to a non-existent language of a component, the page will only suggest to go home or to all projects, while it would be better if it linked to the component, or suggested adding a language that you tried to visit. Example: https://hosted.weblate.org/projects/keepassxc/keepassxc-browser-dev/fil/
-
Updated
May 16, 2022 - JavaScript
-
Updated
May 21, 2022 - Vue
-
Updated
May 11, 2020 - Vue
-
Updated
Apr 28, 2022 - Vue
-
Updated
Jul 23, 2018 - TypeScript
-
Updated
Mar 12, 2022 - Go
-
Updated
Apr 24, 2022 - TypeScript
-
Updated
Jun 1, 2022 - Ruby
-
Updated
Jun 2, 2022 - C++
-
Updated
Feb 3, 2021 - PHP
-
Updated
May 11, 2022 - PHP
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 为后端默认地址,如已更改记得替换