mirror of
https://github.com/weechat/weechat.git
synced 2026-06-12 14:14:48 +02:00
doc: Update Serbian documentation
This commit is contained in:
committed by
Sébastien Helleu
parent
4bc0fd588d
commit
73e3d0e693
@@ -405,10 +405,8 @@ WeeChat „језгро” се налази у следећим директо
|
||||
| unparse.py | Конверзија Python кода у остале језике, користи је скрипта testapigen.py.
|
||||
| unit/ | Корен unit тестова.
|
||||
| test-plugins.cpp | Тестови: plugins.
|
||||
// TRANSLATION MISSING
|
||||
| test-plugin-api-info.cpp | Tests: plugin API info functions.
|
||||
// TRANSLATION MISSING
|
||||
| test-plugin-config.cpp | Tests: plugin config functions.
|
||||
| test-plugin-api-info.cpp | Тестови: инфо функције API додатака.
|
||||
| test-plugin-config.cpp | Тестови: функције конфигурације додатка.
|
||||
| core/ | Корен unit тестова језгра.
|
||||
| test-core-arraylist.cpp | Тестови: arraylists.
|
||||
| test-core-calc.cpp | Тестови: калкулација израза.
|
||||
|
||||
@@ -2789,22 +2789,20 @@ str5 = weechat.string_eval_expression("password=abc password=def", {}, {}, optio
|
||||
|===
|
||||
| Формат | Мин WeeChat | Опис | Примери
|
||||
|
||||
// TRANLSATION MISSING
|
||||
| `+${raw_hl:xxx}+` | 4.2.0
|
||||
| Raw string (not evaluated), with syntax highlighting (using colors).
|
||||
| Сирови стринг (не израчунава се), са истицањем синтаксе (употребом боја).
|
||||
| >> `+${raw_hl:${cut:1,,${rev:hello}}}+` +
|
||||
== `+${cut:1,,${rev:hello}}+` (with colors)
|
||||
== `+${cut:1,,${rev:hello}}+` (са бојама)
|
||||
|
||||
| `+${raw:xxx}+` | 3.1
|
||||
| Сирови стринг (не израчунава се).
|
||||
| >> `+${raw:${info:version}}+` +
|
||||
== `+${info:version}+`
|
||||
|
||||
// TRANSLATION MISSING
|
||||
| `+${hl:xxx}+` | 4.2.0
|
||||
| String with syntax highlighting (using colors).
|
||||
| Стринг са истицањем синтаксе (употребом боја).
|
||||
| >> `+${hl:${file.section.option}}+` +
|
||||
== `+test ${variable}+` (with colors)
|
||||
== `+test ${variable}+` (са бојама)
|
||||
|
||||
| `+${име}+` | 3.4
|
||||
| Корисничка променљива (дефинисана са `+${define:име,вредност}+`).
|
||||
|
||||
Reference in New Issue
Block a user