Skip to content

Commit

Permalink
add pt_pt references
Browse files Browse the repository at this point in the history
  • Loading branch information
Falke-Design committed Mar 24, 2024
1 parent 3f18bbb commit f53408d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions leaflet-geoman.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -515,6 +515,7 @@ declare module 'leaflet' {
| 'no'
| 'pl'
| 'pt_br'
| 'pt_pt'
| 'ro'
| 'ru'
| 'sv'
Expand Down
4 changes: 4 additions & 0 deletions src/assets/translations/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ import zh from './zh.json';
import zh_tw from './zh_tw.json';
// eslint-disable-next-line camelcase
import pt_br from './pt_br.json';
// eslint-disable-next-line camelcase
import pt_pt from './pt_pt.json';
import pl from './pl.json';
import sv from './sv.json';
import el from './el.json';
Expand Down Expand Up @@ -39,6 +41,8 @@ export default {
fr,
// eslint-disable-next-line camelcase
pt_br,
// eslint-disable-next-line camelcase
pt_pt,
zh,
// eslint-disable-next-line camelcase
zh_tw,
Expand Down

0 comments on commit f53408d

Please sign in to comment.