-
-
Notifications
You must be signed in to change notification settings - Fork 56
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[IMP] l10n_nl_partner_name: allow to configure infixes
- Loading branch information
Showing
5 changed files
with
505 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
The module relies on a list of known infixes to get the parsing right: | ||
|
||
van, der, den, op, ter, de, v/d, d', 't, te | ||
|
||
Also any combination, so *op den*, *van der* etc will also be recognized. | ||
|
||
If you need a different set of infixes, set system parameter `l10n_nl_partner_name_infixes` to a comma separated list like | ||
|
||
infix1,infix2,etc | ||
|
||
Note this replaces the above list. |
Oops, something went wrong.