Skip to content

Commit

Permalink
Add jp and nl locales
Browse files Browse the repository at this point in the history
  • Loading branch information
Banane9 committed Mar 8, 2024
1 parent 483a53d commit b34918f
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
8 changes: 8 additions & 0 deletions FlexibleContactsSort/Locale/jp.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"localeCode": "jp",
"authors": [ "Aesc" ],
"messages": {
"FlexibleContactsSort.Pin": "ピン留めする",
"FlexibleContactsSort.Unpin": "ピン留めを外す"
}
}
8 changes: 8 additions & 0 deletions FlexibleContactsSort/Locale/nl.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"localeCode": "nl",
"authors": [ "zahndy" ],
"messages": {
"FlexibleContactsSort.Pin": "Contact Vastpinnen",
"FlexibleContactsSort.Unpin": "Contact Losmaken"
}
}

0 comments on commit b34918f

Please sign in to comment.