aboutsummaryrefslogtreecommitdiff
path: root/po/sr_Cyrl
Commit message (Collapse)AuthorAge
* Add translation of LANG_CODE in all languagesEkdohibs2017-08-24
|
* Fix updatepo.sh and run it.Ekdohibs2017-08-24
| | | | It was broken due to the presence of "µ" utf-8 characters in builtin/profiler/reporter.lua.
* Translated using Weblate (Serbian (cyrillic))Лазар Вукановић2017-06-03
| | | | Currently translated at 38.1% (391 of 1024 strings)
* Run updatepo.shLoic Blot2017-05-21
|
* Footsteps without view bobbing (#5645)Louis Pearson2017-04-25
| | | | | | | | | | | | * Remove redundant view_bobbing setting Also fixes bug where disabling view_bobbing disables footstep sounds. * Removes redundant view_bobbing setting Setting view_bobbing amount to 0 is now the only way to turn view_bobbing on and off. Also fixed a bug where footstep sounds would not play when view_bobbing was disabled.
* Translated using Weblate (Serbian (cyrillic))lisacvuk2017-04-06
| | | | Currently translated at 34.9% (321 of 918 strings)
* Run updatepo.shest312016-08-30
|
* Translated using Weblate (Serbian (cyrillic))lisacvuk2016-08-30
| | | | Currently translated at 33.2% (298 of 895 strings)
* Run updatepo.shest312016-07-12
|
* Translated using Weblate (Serbian (cyrillic))Лазар Вукановић2016-07-12
| | | | Currently translated at 31.5% (280 of 887 strings)
* Added translation using Weblate (Serbian (cyrillic))Лазар Вукановић2016-07-12
pan class="hl opt">(lua_State *L); // set_string(self, name, var) static int l_set_string(lua_State *L); // get_int(self, name) static int l_get_int(lua_State *L); // set_int(self, name, var) static int l_set_int(lua_State *L); // get_float(self, name) static int l_get_float(lua_State *L); // set_float(self, name, var) static int l_set_float(lua_State *L); // to_table(self) static int l_to_table(lua_State *L); // from_table(self, table) static int l_from_table(lua_State *L); // equals(self, other) static int l_equals(lua_State *L); }; #endif /* L_NODEMETA_H_ */