• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1// ***************************************************************************
2// *
3// * Copyright (C) 2015 International Business Machines
4// * Corporation and others. All Rights Reserved.
5// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
6// * Source File: <path>/common/main/brx.xml
7// *
8// ***************************************************************************
9brx{
10    Version{"2.1.19.74"}
11    units{
12        duration{
13            day{
14                one{"{0} सान"}
15                other{"{0} सान"}
16            }
17            hour{
18                one{"{0} रिंगा"}
19                other{"{0} घंटे"}
20            }
21            minute{
22                one{"{0} मिन."}
23                other{"{0} मिन."}
24            }
25            month{
26                one{"{0} महीना"}
27                other{"{0} महीने"}
28            }
29            second{
30                one{"{0} सेकं."}
31                other{"{0} सेकं."}
32            }
33            week{
34                one{"{0} सप्ताह"}
35                other{"{0} सप्ताह"}
36            }
37            year{
38                one{"{0} साल"}
39                other{"{0} साल"}
40            }
41        }
42    }
43}
44