Skip to content

Commit

Permalink
Merge pull request #171 from 1stdevfriend/master
Browse files Browse the repository at this point in the history
added hi.js
  • Loading branch information
nmn authored Jun 10, 2022
2 parents 98b1c15 + 8e6df68 commit 626a4fb
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions src/language-strings/hi.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
/* @flow */
import type { L10nsStrings } from '../formatters/buildFormatter'

// Hindi (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 626a4fb

Please sign in to comment.