9 lines
409 B
Vue
9 lines
409 B
Vue
|
<template>
|
||
|
<DocSectionText v-bind="$attrs">
|
||
|
<p>
|
||
|
Ready to use settings for locales are available at the community supported <a href="https://github.com/primefaces/primelocale">PrimeLocale</a> repository. We'd appreciate if you could contribute to this repository with pull requests and
|
||
|
share it with the rest of the community.
|
||
|
</p>
|
||
|
</DocSectionText>
|
||
|
</template>
|