From a13946efd9533d03100acfc52930ce39704214e1 Mon Sep 17 00:00:00 2001 From: Athanasius Date: Sun, 21 Mar 2021 11:02:13 +0000 Subject: [PATCH] PLUGINS.md: Update old master branch link to main Closes #924 --- PLUGINS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PLUGINS.md b/PLUGINS.md index 337c80ed..6bfb4290 100644 --- a/PLUGINS.md +++ b/PLUGINS.md @@ -605,7 +605,7 @@ in your plugin's folder. This extracts all the translatable strings from Python files in your plugin's folder and places them in a file named `en.template` in the `L10n` folder. Rename this file as `.strings` and edit it. -See EDMC's own [`L10n`](https://github.com/EDCD/EDMarketConnector/tree/master/L10n) +See EDMC's own [`L10n`](https://github.com/EDCD/EDMarketConnector/tree/main/L10n) folder for the list of supported language codes and for example translation files.