Skip to content

Commit

Permalink
#19 update hu locale
Browse files Browse the repository at this point in the history
  • Loading branch information
hustcc committed Sep 13, 2016
2 parents a200f03 + a5db270 commit 273f17f
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 19 deletions.
28 changes: 14 additions & 14 deletions locales/hu.js
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
module.exports = function(number, index) {
return [
['néhány másodperc', 'néhány másodperce'],
['%s másodperc', '%s másodperce'],
['1 perc', '1 perce'],
['%s perc', '%s perce'],
['1 óra', '1 órája'],
['%s óra', '%s órája'],
['1 nap', '1 napja'],
['%s nap', '%s napja'],
['1 hét', '1 hete'],
['%s hét', '%s hete'],
['1 hónap', '1 hónapja'],
['%s hónap', '%s hónapja'],
['1 év', '1 éve'],
['%s év', '%s éve']
['éppen most', 'éppen most'],
['%s másodperce', '%s másodpercen belül'],
['1 perce', '1 percen belül'],
['%s perce', '%s percen belül'],
['1 órája', '1 órán belül'],
['%s órája', '%s órán belül'],
['1 napja', '1 napon belül'],
['%s napja', '%s napon belül'],
['1 hete', '1 héten belül'],
['%s hete', '%s héten belül'],
['1 hónapja', '1 hónapon belül'],
['%s hónapja', '%s hónapon belül'],
['1 éve', '1 éven belül'],
['%s éve', '%s éven belül']
][index];
}
6 changes: 1 addition & 5 deletions tests/locales_test.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,4 @@ fs.readdir('locales', function(err, files) {
}
// test them
test_locales(files);
});




});

0 comments on commit 273f17f

Please sign in to comment.