-
Updated
Mar 31, 2022 - Vue
#
i18n
Here are 3,043 public repositories matching this topic...
i18n
mock
admin
webpack
dashboard
vue
tinymce
element
vuex
xlsx
vue-cli
desktop
admin-dashboard
axios
admin-template
management-system
element-ui
vue-admin
webpack4
react
redux
i18n
styled-components
redux-saga
offline-first
react-boilerplate
scaffolding
immer
webpack4
-
Updated
Apr 1, 2022 - JavaScript
The monorepo home to all of the FormatJS related libraries, most notably react-intl.
react
javascript
i18n
ui
web
translation
internationalization
localization
intl
formatjs
globalization
-
Updated
Apr 9, 2022 - TypeScript
Open
Apache部署GVA项目
good first issue
Good for newcomers
An elegant dashboard
i18n
mock
admin
csv
webpack
vue
fontawesome
element
vuex
xlsx
vue-cli
desktop
admin-dashboard
axios
admin-template
management-system
element-ui
vue-admin
vue-cli3
-
Updated
Mar 29, 2022 - JavaScript
Internationalization for react done right. Using the i18next i18n ecosystem.
-
Updated
Apr 9, 2022 - JavaScript
Open
@types in vue.i18n
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
Extra attention is needed
good first issue
Good for newcomers
Type: Improvement
Includes backwards-compatible fixes
The Translation component provides tools to internationalize your application.
-
Updated
Apr 8, 2022 - PHP
i18next: learn once - translate everywhere
-
Updated
Mar 9, 2022 - JavaScript
-
Updated
Mar 12, 2021 - TypeScript
redux
i18n
react-native
eslint
jest
fastlane
snowflake
immutablejs
validate
bitrise
parse-server
standard-js
hapi-server
tcomb-form-native
react-native-router-flux
react-native-vector-icons
key-mirror
async-storage
-
Updated
Mar 7, 2019 - JavaScript
Translating your AngularJS 1.x apps
-
Updated
Sep 2, 2021 - JavaScript
The internationalization (i18n) library for Angular
-
Updated
Apr 8, 2022 - TypeScript
A JavaScript Internationalization Framework
-
Updated
Apr 8, 2022 - JavaScript
react
javascript
i18n
react-native
translation
internationalization
localization
icu
react-components
intl
messageformat
-
Updated
Apr 5, 2022 - TypeScript
1
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
Adding or requesting a new feature.
help wanted
Extra attention is needed.
good first issue
Opportunity for newcoming contributors.
ux
Issues related to user experience.
Vuesion is a boilerplate that helps product teams build faster than ever with fewer headaches and modern best practices across engineering & design.
i18n
graphql
boilerplate
vuejs
typescript
pwa
apollo
vue
jest
universal
seo
vuex
storybook
server-side-rendering
nuxtjs
cypress
typescipt
design-system
kitchen-sink
best-practises
-
Updated
Apr 8, 2022 - Vue
i18n
mock
admin
webpack
test
vuejs2
element
vuex
vue-cli
axios
admin-template
management-system
element-ui
vue-admin
vue-admin-tamplate
addrountes
-
Updated
May 11, 2020 - Vue
javascript
i18n
autocomplete
tree
select
ui
webpack
vue
validator
table
modal
modals
button
vue-components
datepicker
form
vue2
ui-components
datetimepicker
heyui
-
Updated
Mar 27, 2022 - Vue
Advanced Angular seed project with support for ngrx/store, ngrx/effects, ngx-translate, angulartics2, lodash, NativeScript (*native* mobile), Electron (Mac, Windows and Linux desktop) and more.
electron
android
i18n
ios
angular
mobile
typescript
ngrx
seed
desktop
aot
lodash
nativescript
angulartics2
-
Updated
Jul 23, 2018 - TypeScript
Translate your Go program into multiple languages.
-
Updated
Mar 12, 2022 - Go
Angular 13 Example App + Angular CLI + i18n + GraphQL
i18n
graphql
boilerplate
angular
primeng
sample-app
angular-cli
example-project
boiler-plate
example-app
angular13
-
Updated
Mar 1, 2022 - TypeScript
Manage translation and localization with static analysis, for Ruby i18n
ruby
i18n
router
static-code-analysis
climate
scanner
static-analysis
translation-management
badge
gemnasium
translation-key
dynamic-keys
badge-travis
badge-coverage
-
Updated
Apr 9, 2022 - Ruby
-
Updated
Feb 3, 2021 - PHP
-
Updated
Mar 24, 2022 - C++
Making Eloquent models translatable
-
Updated
Mar 21, 2022 - PHP
Open
Search result count
iuhoay
commented
Jan 13, 2021
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 为后端默认地址,如已更改记得替换