Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

more precise notary presets for common law countries #356

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions data/presets/office/_notary.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"icon": "fas-stamp",
"geometry": [
"point",
"area"
],
"tags": {
"office": "notary"
},
"searchable": false,
"name": "Notary Public (Common Law)"
}
17 changes: 0 additions & 17 deletions data/presets/office/lawyer/_notary.json

This file was deleted.

34 changes: 34 additions & 0 deletions data/presets/office/lawyer/notary-common-law.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
{
"icon": "fas-stamp",
"geometry": [
"point",
"area"
],
"tags": {
"office": "lawyer",
"lawyer": "notary"
},
"reference": {
"key": "office",
"value": "notary"
},
"locationSet": {
"include": [
"US",
"UK",
"CA",
"AU",
"IE",
"NZ"
]
},
"terms": [
"clerk",
"deeds",
"estate",
"notary office",
"signature",
"wills"
],
"name": "Civil Law Notary"
}
34 changes: 34 additions & 0 deletions data/presets/office/lawyer/notary.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
{
"icon": "fas-stamp",
"geometry": [
"point",
"area"
],
"tags": {
"office": "lawyer",
"lawyer": "notary"
},
"reference": {
"key": "office",
"value": "notary"
},
"locationSet": {
"exclude": [
"US",
"UK",
"CA",
"AU",
"IE",
"NZ"
]
tyrasd marked this conversation as resolved.
Show resolved Hide resolved
},
"terms": [
"clerk",
"deeds",
"estate",
"notary office",
"signature",
"wills"
],
"name": "Notary Office"
}
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,23 @@
"tags": {
"office": "notary"
},
"locationSet": {
"include": [
"US",
"UK",
"CA",
"AU",
"IE",
"NZ"
]
},
"terms": [
"clerk",
"deeds",
"estate",
"notary office",
"signature",
"wills"
],
"name": "Notary Office"
"name": "Notary Public"
}
16 changes: 13 additions & 3 deletions interim/source_strings.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7756,6 +7756,13 @@ en:
office/lawyer/notary:
# 'office=lawyer + lawyer=notary\n\nTranslate the primary name. Optionally, add equivalent synonyms on newlines in order of preference (press the Return key).'
name: Notary Office
# 'terms: clerk,deeds,estate,notary office,signature,wills'
terms: '<translate with synonyms or related terms for ''Notary Office'', separated by commas>'
office/lawyer/notary-common-law:
# 'office=lawyer + lawyer=notary\n\nTranslate the primary name. Optionally, add equivalent synonyms on newlines in order of preference (press the Return key).'
name: Civil Law Notary
# 'terms: clerk,deeds,estate,notary office,signature,wills'
terms: '<translate with synonyms or related terms for ''Civil Law Notary'', separated by commas>'
office/moving_company:
# 'office=moving_company\n\nTranslate the primary name. Optionally, add equivalent synonyms on newlines in order of preference (press the Return key).'
name: Moving Company Office
Expand All @@ -7773,9 +7780,12 @@ en:
terms: '<translate with synonyms or related terms for ''NGO Office'', separated by commas>'
office/notary:
# 'office=notary\n\nTranslate the primary name. Optionally, add equivalent synonyms on newlines in order of preference (press the Return key).'
name: Notary Office
# 'terms: clerk,deeds,estate,signature,wills'
terms: '<translate with synonyms or related terms for ''Notary Office'', separated by commas>'
name: Notary Public (Common Law)
office/notary-common-law:
# 'office=notary\n\nTranslate the primary name. Optionally, add equivalent synonyms on newlines in order of preference (press the Return key).'
name: Notary Public
# 'terms: clerk,deeds,estate,notary office,signature,wills'
terms: '<translate with synonyms or related terms for ''Notary Public'', separated by commas>'
office/physician:
# 'office=physician\n\nTranslate the primary name. Optionally, add equivalent synonyms on newlines in order of preference (press the Return key).'
name: Physician
Expand Down