Skip to content

Commit

Permalink
Add 1 new string to localization
Browse files Browse the repository at this point in the history
  • Loading branch information
digital-dreamer committed Oct 1, 2014
1 parent e3dd14f commit fcfa60d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions js/interface_localization.js
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,7 @@ if(preferredLanguage == "en"){
"Language": "Language",
"Sound": "Sound",
"Users": "Users",
"Direct Message's copy to self": "Direct Message's copy to self",
};
}
if(preferredLanguage == "es"){
Expand Down Expand Up @@ -2186,6 +2187,7 @@ if(preferredLanguage == "cs"){
"Language": "Jazyk",
"Sound": "Zvuky",
"Users": "Uživatelé",
"Direct Message's copy to self": "Posílat kopie přímých zpráv sám sobě",
};
}

Expand Down

0 comments on commit fcfa60d

Please sign in to comment.