From e34c27e36084be5eb97fc4e2aec376e3d13609aa Mon Sep 17 00:00:00 2001 From: Matthias Date: Fri, 20 Aug 2021 00:25:55 +0200 Subject: [PATCH 1/2] removed translation part - is done now by action --- CONTRIBUTING.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 1024e251c1..4af3fc5386 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -8,13 +8,6 @@ No pushing to master! New featues must be submitted in a separate branch (one br Any required migration files **must** be included in the commit, or the pull-request will be rejected. If you change the underlying database schema, make sure you run `invoke migrate` and commit the migration files before submitting the PR. -## Update Translation Files - -Any PRs which update translatable strings (i.e. text strings that will appear in the web-front UI) must also update the translation (locale) files to include hooks for the translated strings. - -*This does not mean that all translations must be provided, but that the translation files must include locations for the translated strings to be written.* - -To perform this step, simply run `invoke translate` from the top level directory before submitting the PR. ## Testing From e17f15f40374c26240f357ed1f444578fb276290 Mon Sep 17 00:00:00 2001 From: Matthias Date: Fri, 20 Aug 2021 00:31:10 +0200 Subject: [PATCH 2/2] updating year on license --- LICENSE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LICENSE b/LICENSE index 1ccc31ba24..8ec64a2798 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2017 InvenTree +Copyright (c) 2017-2021 InvenTree Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal