Skip to content

Commit

Permalink
Updated Romanian translation by adimosh.
Browse files Browse the repository at this point in the history
Closes #2246.
  • Loading branch information
cybersphinx committed Nov 2, 2010
1 parent 16e015d commit 52b86d4
Show file tree
Hide file tree
Showing 2 changed files with 1,519 additions and 1,529 deletions.
4 changes: 2 additions & 2 deletions lib/framework/i18n.c
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ static const struct
{ "pl", LANG_NAME_POLISH, LANG_POLISH, SUBLANG_DEFAULT },
{ "pt_BR", LANG_NAME_PORTUGUESE_BRAZILIAN, LANG_PORTUGUESE, SUBLANG_PORTUGUESE_BRAZILIAN },
{ "pt", LANG_NAME_PORTUGUESE, LANG_PORTUGUESE, SUBLANG_DEFAULT },
// { "ro", LANG_NAME_ROMANIAN, LANG_ROMANIAN, SUBLANG_DEFAULT },
{ "ro", LANG_NAME_ROMANIAN, LANG_ROMANIAN, SUBLANG_DEFAULT },
{ "ru", LANG_NAME_RUSSIAN, LANG_RUSSIAN, SUBLANG_DEFAULT },
{ "sk", LANG_NAME_SLOVAK, LANG_SLOVAK, SUBLANG_DEFAULT },
{ "sl", LANG_NAME_SLOVENIAN, LANG_SLOVENIAN, SUBLANG_DEFAULT },
Expand Down Expand Up @@ -179,7 +179,7 @@ static const struct
{ "pl", LANG_NAME_POLISH, "pl.UTF-8", "pl" },
{ "pt_BR", LANG_NAME_PORTUGUESE_BRAZILIAN, "pt_BR.UTF-8", "pt_BR" },
{ "pt", LANG_NAME_PORTUGUESE, "pt_PT.UTF-8", "pt_PT" },
// { "ro", LANG_NAME_ROMANIAN, "ro.UTF-8", "ro" },
{ "ro", LANG_NAME_ROMANIAN, "ro.UTF-8", "ro" },
{ "ru", LANG_NAME_RUSSIAN, "ru_RU.UTF-8", "ru_RU" },
{ "sk", LANG_NAME_SLOVAK, "sk_SK.UTF-8", "sk_SK" },
{ "sl", LANG_NAME_SLOVENIAN, "sl.UTF-8", "sl" },
Expand Down
Loading

0 comments on commit 52b86d4

Please sign in to comment.