You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Translations are stored in .ts files in the [src/translations/](../src/translations/) directory.
4
+
5
+
## Adding a new language
6
+
7
+
- Add a .ts file to the `TS_FILES` variable in [src/CMakeLists.txt](../src/CMakeLists.txt)
8
+
- Run `make lupdate` in the build directory to create the .ts file
9
+
- Translate the content of the .ts file with Linguist
10
+
11
+
## Testing a translation
12
+
13
+
- Build and install the app, preferably in a directory where you don't need to be root to install. This example assumes you install it to `$HOME/tmp/nanonote-inst`:
0 commit comments