Skip to content

Commit

Permalink
Update localization settings and package version
Browse files Browse the repository at this point in the history
  • Loading branch information
3adel-bassiony committed Dec 26, 2023
1 parent bfbe2f8 commit 313e2ef
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,8 @@ The I18XS package comes with a comprehensive set of features designed to make in
supportedLocales: ['en'],
currentLocale: 'en',
fallbackLocale: 'en',
showMissingIdentifierMessage: false,
missingIdentifierMessage: 'Missing_Localization_Identifier',
rtlLocales: ['ar'],
localization: {
'Hello_World': 'Hello World',
Expand All @@ -184,6 +186,8 @@ The I18XS package comes with a comprehensive set of features designed to make in
supportedLocales: ['en'],
currentLocale: 'en',
fallbackLocale: 'en',
showMissingIdentifierMessage: false,
missingIdentifierMessage: 'Missing_Localization_Identifier',
rtlLocales: ['ar'],
localization: {
'Hello_World': 'Hello World',
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "i18xs",
"version": "0.8.0",
"version": "0.9.0",
"description": "A lightweight and simple package for i18n and localization for node.js",
"main": "build/index.js",
"types": "build/index.d.ts",
Expand Down

0 comments on commit 313e2ef

Please sign in to comment.