Skip to content

Commit

Permalink
feat:Add new translation keys
Browse files Browse the repository at this point in the history
  • Loading branch information
elvysmarcos committed Dec 25, 2024
1 parent bdef214 commit 49022fa
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion projects/iatec/nephos-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@iatec/nephos-utils",
"version": "0.1.1",
"version": "0.2.0",
"peerDependencies": {
"@angular/common": "^18.0.0",
"@angular/core": "^18.0.0",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
export const GeneralTranslationKeys = {
action: {
add: 'general.action.add',
cancel: 'general.action.cancel',
save: 'general.action.save',
search: 'general.action.search',
Expand All @@ -11,5 +12,12 @@ export const GeneralTranslationKeys = {
singular: {
yes: 'general.singular.yes',
no: 'general.singular.no'
},
verb: {
showing: 'general.verb.showing',
},
preposition: {
to: 'general.preposition.to',
of: 'general.preposition.of'
}
}

0 comments on commit 49022fa

Please sign in to comment.