Skip to content

Commit

Permalink
Merge pull request #126 from karthiiivgn/patch-1
Browse files Browse the repository at this point in the history
India Tamil Language
  • Loading branch information
nmn committed Oct 2, 2020
2 parents 4cd99bb + 9ec38f9 commit db85d72
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions src/language-strings/ta.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
/* @flow */
import type { L10nsStrings } from '../formatters/buildFormatter'

// English (Template)
const strings: L10nsStrings = {
prefixAgo: null,
prefixFromNow: null,
suffixAgo: 'முன்பு',
suffixFromNow: 'இப்போது முதல்',
seconds: 'ஒரு நிமிடத்திற்கும் குறைவாக',
minute: 'ஒரு நிமிடம்',
minutes: '%d நிமிடங்கள்',
hour: 'சுமார் ஒரு மணிநேரம்',
hours: 'சுமார் %d மணிநேரம் ',
day: 'ஒரு நாள்',
days: '%d நாட்கள்',
month: 'சுமார் ஒரு மாதம்',
months: '%d மாதங்கள்',
year: 'சுமார் ஒரு வருடம்',
years: '%d ஆண்டுகள்',
wordSeparator: ' ',
}

export default strings

0 comments on commit db85d72

Please sign in to comment.