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-07-31 08:38:27 -05:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
59be2890846b0e9bee537296efce866faf97612e
discourse
/
lib
/
javascripts
/
locale
/
da.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
.
da
=
function
(
n
)
{
if
(
n
===
1
)
{
return
"one"
;
}
return
"other"
;
};
Reference in New Issue
Copy Permalink