From 7ad9c385b597321a4389561bc23dd8ea41944dc5 Mon Sep 17 00:00:00 2001 From: Deluan Date: Wed, 29 Apr 2020 17:38:03 -0400 Subject: [PATCH] Fix typo --- README.md | 4 ++-- ui/src/i18n/index.js | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index fff7f3484..c20e2dffb 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ please fill a [GitHub issue](https://github.com/deluan/navidrome/issues) or join - Automatically monitors your library for changes, importing new files and reloading new metadata - [Themeable](ui/src/themes/README.md), modern and responsive Web interface based on Material UI, to manage users and browse your library -- Compatible with all Subsonic/Madsonic/Airsonic clients. See bellow for a list of tested clients +- Compatible with all Subsonic/Madsonic/Airsonic clients. See below for a list of tested clients - Transcoding/Downsampling on-the-fly. Can be set per user/player. Opus encoding is supported - Integrated music player (WIP) @@ -112,7 +112,7 @@ To get the cutting-edge, latest version from master, use the image `deluan/navid You will need to install [Go 1.14](https://golang.org/dl/) and [Node 13](http://nodejs.org). You'll also need [ffmpeg](https://ffmpeg.org) installed in your system. The setup is very strict, and -the steps bellow only work with these specific versions (enforced in the Makefile) +the steps below only work with these specific versions (enforced in the Makefile) After the prerequisites above are installed, clone this repository and build the application with: diff --git a/ui/src/i18n/index.js b/ui/src/i18n/index.js index b3887adde..2b15d1cac 100644 --- a/ui/src/i18n/index.js +++ b/ui/src/i18n/index.js @@ -11,7 +11,7 @@ const addLanguages = (lang) => { } const languages = { en } -// Add new languages to the object bellow (please keep alphabetic sort) +// Add new languages to the object below (please keep alphabetic sort) addLanguages({ cn, fr, it, nl, pt }) // "Hack" to make "albumSongs" resource use the same translations as "song"