From 936905a606dcc4f1d75db9f71ddaa112d57daba2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luka=20Mom=C4=8Dilovi=C4=87?= Date: Thu, 12 Sep 2024 21:55:31 +0200 Subject: [PATCH] doc(contributing): add link to strings.xml --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 2c5d4fc..59206a8 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,5 +1,5 @@ **CODE CHANGE:** Pull request should be done on the **"Developer"** branch. -**TRANSLATION CHANGE/UPDATE:** Pull request should be done on the **"Developer"** branch. The translations can be found at `res/values/strings.xml`. +**TRANSLATION CHANGE/UPDATE:** Pull request should be done on the **"Developer"** branch. The translations can be found at [`res/values/strings.xml`](/app/src/main/res/values/strings.xml). -**SUBMIT TRANSLATIONS:** Pull request should be done on the **"Developer"** branch. Please follow the `<--DEFAULT LANGUAGE-->` format that can be found at `res/values/strings.xml`. +**SUBMIT TRANSLATIONS:** Pull request should be done on the **"Developer"** branch. Please follow the `<--DEFAULT LANGUAGE-->` format that can be found at [`res/values/strings.xml`](/app/src/main/res/values/strings.xml).