This website requires JavaScript.
Explore
Help
Sign In
IntenseWebs
/
discourse
Watch
3
Star
0
Fork
0
mirror of
https://github.com/discourse/discourse.git
synced
2026-08-03 09:53:24 -05:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
bbd33de05bf81b70a685e86e17c71ec0bacbaca0
discourse
/
lib
/
javascripts
/
locale
/
bn.js
T
7 lines
105 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Add message format support that can be used on complex localization strings
2013-05-30 15:53:40 +10:00
MessageFormat
.
locale
.
bn
=
function
(
n
)
{
if
(
n
===
1
)
{
return
"one"
;
}
return
"other"
;
};
Reference in New Issue
Copy Permalink