Skip to content

Commit

Permalink
New translations custom.md (Ukrainian)
Browse files Browse the repository at this point in the history
  • Loading branch information
FabricMCBot committed Jan 22, 2025
1 parent f35db2f commit 291fbe1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions translated/uk_ua/develop/sounds/custom.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@ authors:

## Завантаження аудіофайлу {#loading-the-audio-file}

Додайте новий каталог `resources/assets/<0>/sounds` для звуків у вашому моді та помістіть туди експортований аудіофайл `metal_whistle.ogg`.
Додайте новий каталог `resources/assets/mod-id/sounds` для звуків у вашому моді та помістіть туди експортований аудіофайл `metal_whistle.ogg`.

Продовжте створення файлу `resources/assets/<mod id here>/sounds.json`, якщо він ще не існує, і додайте свій звук до звукових записів.
Продовжте створення файлу `resources/assets/mod-id/sounds.json`, якщо він ще не існує, і додайте свій звук до звукових записів.

@[code lang=json](@/reference/latest/src/main/resources/assets/fabric-docs-reference/sounds.json)

Запис субтитрів надає гравцеві більше контексту. Ім’я субтитрів використовується в мовних файлах у каталозі `resources/assets/<0>/lang` і показуватиметься, якщо ввімкнуто налаштування субтитрів у грі та якщо відтворюється цей спеціальний звук.
Запис субтитрів надає гравцеві більше контексту. Ім’я субтитрів використовується в мовних файлах у каталозі `resources/assets/mod-id/lang` і показуватиметься, якщо ввімкнуто налаштування субтитрів у грі та якщо відтворюється цей спеціальний звук.

## Реєстрація спеціального звуку {#registering-the-custom-sound}

Expand Down

0 comments on commit 291fbe1

Please sign in to comment.