Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
diaspora
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Gigadoc 2
diaspora
Commits
bbfb47b6
Commit
bbfb47b6
authored
Dec 18, 2011
by
Jonne Hass
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added fil, ms, te
parent
54781aa7
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
0 deletions
+7
-0
config/locale_settings.yml
config/locale_settings.yml
+4
-0
config/locales/cldr/fil_plurals.rb
config/locales/cldr/fil_plurals.rb
+1
-0
config/locales/cldr/ms_plurals.rb
config/locales/cldr/ms_plurals.rb
+1
-0
config/locales/cldr/te_plurals.rb
config/locales/cldr/te_plurals.rb
+1
-0
No files found.
config/locale_settings.yml
View file @
bbfb47b6
...
...
@@ -20,6 +20,7 @@ available:
es-CL
:
"
Castellano
-
Chile"
eu
:
"
Euskara"
fi
:
"
Suomi"
fil
:
"
Filipino"
fr
:
"
Français"
ga
:
"
Gaeilge"
gl
:
"
Galego"
...
...
@@ -33,6 +34,7 @@ available:
lt
:
"
Lietuviškai"
mk
:
"
македонски"
ml
:
"
മലയാളം"
ms
:
"
بهاس
ملايو"
nb
:
"
Norske"
nl
:
"
Nederlands"
nn
:
"
Nynorsk"
...
...
@@ -45,6 +47,7 @@ available:
sl
:
"
Slovenščina"
sq
:
"
gjuha
shqipe"
sv
:
"
Svenska"
te
:
"
తెలుగు"
tr
:
"
Türk"
uk
:
"
украї́нська
мо́ва"
ur-PK
:
"
اُردو
(پاکستان)"
...
...
@@ -90,3 +93,4 @@ rtl:
-
:he
-
:ur
-
:ur-PK
-
:ms
config/locales/cldr/fil_plurals.rb
0 → 100644
View file @
bbfb47b6
{
:fil
=>
{
:i18n
=>
{
:plural
=>
{
:keys
=>
[
:one
,
:other
],
:rule
=>
lambda
{
|
n
|
[
0
,
1
].
include?
(
n
)
?
:one
:
:other
}
}
}
}
}
\ No newline at end of file
config/locales/cldr/ms_plurals.rb
0 → 100644
View file @
bbfb47b6
{
:ms
=>
{
:i18n
=>
{
:plural
=>
{
:keys
=>
[
:other
],
:rule
=>
lambda
{
|
n
|
:other
}
}
}
}
}
\ No newline at end of file
config/locales/cldr/te_plurals.rb
0 → 100644
View file @
bbfb47b6
{
:te
=>
{
:i18n
=>
{
:plural
=>
{
:keys
=>
[
:one
,
:other
],
:rule
=>
lambda
{
|
n
|
n
==
1
?
:one
:
:other
}
}
}
}
}
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment