Skip to content
Open
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
2 changes: 2 additions & 0 deletions src/locale/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ import mk from './translations/mk'
import mn from './translations/mn'
import nbNO from './translations/nb-NO'
import nl from './translations/nl'
import oc from './translations/oc'
import pl from './translations/pl'
import ptBR from './translations/pt-BR'
import ro from './translations/ro'
Expand Down Expand Up @@ -84,6 +85,7 @@ export {
mn,
nbNO,
nl,
oc,
pl,
ptBR,
ro,
Expand Down
10 changes: 10 additions & 0 deletions src/locale/translations/oc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
import Language from '../Language'

export default new Language(
'Occitan',
['Genièr','Febrièr','Març','Abril','Mai','Junh', 'Julhet','Agost','Setembre','Octòbre','Novembre','Decembre'],
['Gen.', 'Feb.', 'Març', 'Abr.', 'Mai', 'Junh', 'Jul.', 'Ago.', 'Set', 'Oct', 'Nov', 'Dec'],
['Dg', 'Dl', 'Dm', 'Dc', 'Dj', 'Dv', 'Ds'],
)
// eslint-disable-next-line
;