Skip to content

Instantly share code, notes, and snippets.

@yigitfindikli
Created July 22, 2021 17:48
Show Gist options
  • Save yigitfindikli/89548241211055e0b09e6b1b82db9a43 to your computer and use it in GitHub Desktop.
Save yigitfindikli/89548241211055e0b09e6b1b82db9a43 to your computer and use it in GitHub Desktop.
PrimeNG I18N API with ngx-translate
{
"demo": {
"greetings": "Hello!",
"en": "English",
"fr": "French",
"date": "Date"
},
"primeng": {
"dayNamesMin": [
"Su",
"Mo",
"Tu",
"We",
"Th",
"Fr",
"Sa"
],
"monthNames": [
"January",
"February",
"March",
"April",
"May",
"June",
"July",
"August",
"September",
"October",
"November",
"December"
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment