summaryrefslogtreecommitdiffstats
path: root/docs/ru-RU
diff options
context:
space:
mode:
authorMatan Kushner <hello@matchai.dev>2024-03-30 18:02:11 +0900
committerMatan Kushner <hello@matchai.dev>2024-03-30 18:02:11 +0900
commit29c11244d9a9d24a14fbcfa2a43ff29d882eb8c0 (patch)
treea9d35e8e43b88139daa3f875557d3dcbb68d72a9 /docs/ru-RU
parente5e665edef8eebd37cc19f26c2678fd7500432cb (diff)
New translations readme.md (Russian)
Diffstat (limited to 'docs/ru-RU')
-rw-r--r--docs/ru-RU/config/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ru-RU/config/README.md b/docs/ru-RU/config/README.md
index 57c27b0d6..6aefa0414 100644
--- a/docs/ru-RU/config/README.md
+++ b/docs/ru-RU/config/README.md
@@ -601,7 +601,7 @@ The `bun` module shows the currently installed version of the [bun](https://bun.
| ------------------- | ------------------------------------ | ------------------------------------------------------------------------- |
| `format` | `'via [$symbol($version )]($style)'` | Формат модуля. |
| `version_format` | `'v${raw}'` | The version format. Available vars are `raw`, `major`, `minor`, & `patch` |
-| `symbol` | `'🍞 '` | A format string representing the symbol of Bun. |
+| `symbol` | `'🥟 '` | A format string representing the symbol of Bun. |
| `detect_extensions` | `[]` | Which extensions should trigger this module. |
| `detect_files` | `['bun.lockb', 'bunfig.toml']` | Which filenames should trigger this module. |
| `detect_folders` | `[]` | Which folders should trigger this module. |