<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -51,6 +51,23 @@ if loc == &quot;frFR&quot; then localized = {
 } end
 
 
+-----------------------
+--      Russian      --
+-----------------------
+
+if loc == &quot;ruRU&quot; then localized = {
+	Beast = &quot;\208\150\208\184\208\178\208\190\209\130\208\189\208\190\208\181&quot;,
+	Demon = &quot;\208\148\208\181\208\188\208\190\208\189&quot;,
+	Elemental = &quot;\208\173\208\187\208\181\208\188\208\181\208\189\209\130\208\176\208\187\209\140&quot;,
+	Dragonkin = &quot;\208\148\209\128\208\176\208\186\208\190\208\189&quot;,
+	Giant = &quot;\208\147\208\184\208\179\208\176\208\189\209\130&quot;,
+	Humanoid = &quot;\208\147\209\131\208\188\208\176\208\189\208\190\208\184\208\180&quot;,
+	Mechanical = &quot;\208\156\208\181\209\133\208\176\208\189\208\184\208\183\208\188&quot;,
+	Undead = &quot;\208\157\208\181\208\182\208\184\209\130\209\140&quot;,
+	Unknown = &quot;\208\157\208\181 \209\131\208\186\208\176\208\183\208\176\208\189\208\190&quot;,
+} end
+
+
 -- Metatable majicks... makes localized table fallback to engrish, or fallback to the index requested.
 -- This ensures we ALWAYS get a value back, even if it's the index we requested originally
 CONTROLFREAK_LOCALE = localized and setmetatable(localized, {__index = function(t,i) return engrish[i] or i end})</diff>
      <filename>Locale.lua</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>32a1e62d39753ac9a2dcc7c2aedbec4172cf4bbc</id>
    </parent>
  </parents>
  <author>
    <name>Tekkub</name>
    <email>tekkub@gmail.com</email>
  </author>
  <url>http://github.com/tekkub/controlfreak/commit/388e8aa176ccdd80684faa40928ea94273b193ed</url>
  <id>388e8aa176ccdd80684faa40928ea94273b193ed</id>
  <committed-date>2008-10-14T16:44:53-07:00</committed-date>
  <authored-date>2008-10-14T16:44:53-07:00</authored-date>
  <message>Add Russian locale</message>
  <tree>02dfa84ba465f0382aa833a5c2489d2bd22468db</tree>
  <committer>
    <name>Tekkub</name>
    <email>tekkub@gmail.com</email>
  </committer>
</commit>
