Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
address
Commits
e2e22b6e
Commit
e2e22b6e
authored
Aug 08, 2017
by
Bojan Živanović
Browse files
Issue
#2900692
by bojanz: Add Eircode to LabelHelper
parent
272a7ce9
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/LabelHelper.php
View file @
e2e22b6e
...
...
@@ -212,9 +212,10 @@ class LabelHelper {
*/
public
static
function
getPostalCodeLabels
()
{
return
[
PostalCodeType
::
EIR
=>
t
(
'Eircode'
,
[],
[
'context'
=>
'Address label'
]),
PostalCodeType
::
PIN
=>
t
(
'Pin code'
,
[],
[
'context'
=>
'Address label'
]),
PostalCodeType
::
POSTAL
=>
t
(
'Postal code'
,
[],
[
'context'
=>
'Address label'
]),
PostalCodeType
::
ZIP
=>
t
(
'Zip code'
,
[],
[
'context'
=>
'Address label'
]),
PostalCodeType
::
PIN
=>
t
(
'Pin code'
,
[],
[
'context'
=>
'Address label'
]),
];
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment