Skip to content

Commit

Permalink
Merge pull request #169 from Mejans/patch-1
Browse files Browse the repository at this point in the history
i18n adds Occitan
  • Loading branch information
nmn authored Jun 10, 2022
2 parents 9ae6fbd + 116ff61 commit 98b1c15
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions src/language-strings/oc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
/* @flow */
import type { L10nsStrings } from '../formatters/buildFormatter'

// Catalan
const strings: L10nsStrings = {
prefixAgo: 'fa',
prefixFromNow: "d’aqui",
suffixAgo: null,
suffixFromNow: null,
seconds: "mens d'1 minuta",
minute: '1 minuta',
minutes: 'unas %d minutas',
hour: '1 ora',
hours: 'unas %d oras',
day: '1 jorn',
days: '%d jorns',
month: 'aproximativament un mes',
months: '%d meses',
year: 'aproximativament un an',
years: '%d ans',
}

export default strings

0 comments on commit 98b1c15

Please sign in to comment.