From 7288a8d7e0d6ae7ead5d3dc8ceccbd877ee7a309 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Thu, 14 Mar 2024 21:52:08 +0100 Subject: Sorting out attributes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miquel Sabaté Solà --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index b6b937a..6434db9 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ this done. After building the image, remember that: 1. You need to provide a `RAILS_MASTER_KEY`, just like any other Rails application. 2. You need to create a Docker volume for the `/rails/storage` path. This path - will contain the SQLite3 database, and so you need this to persist across + will contain the SQLite3 database and thus you need this to persist across deployments. Oh, yeah, we are using SQLite3 in production, no biggie! For the use case of @@ -53,12 +53,12 @@ want to touch: - `OPERUM_BASE_TITLE`: the title that is going to be shown for the application. By default this is set to be just `Operum`. - `OPERUM_DEFAULT_LOCALE`: that's right, this application supports multiple - languages! For now these languages are Catalan and English (but other - languages are also welcomed, just hit me with a + languages! For now these languages are catalan and english but other languages + are also welcome, just hit me with a [PR](https://github.com/mssola/operum/pulls) and take a look at the files - under `config/locales`), and if you set this environment variable you need to - provide the code (i.e. `en` for english and `ca` for catalan). By default this - application uses catalan. + under `config/locales`. You can change the default locale (catalan) by setting + this environment variable with the language code for it (i.e. `en` for + english). ## Contributing -- cgit v1.2.3