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
2a95c5c5d6ce62fda41d3d79aa2f9fbba2d0613a
discourse
/
lib
/
javascripts
/
locale
/
ca.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
.
ca
=
function
(
n
)
{
if
(
n
===
1
)
{
return
"one"
;
}
return
"other"
;
};
Reference in New Issue
Copy Permalink