InvoiceNinja - Add Currencies with Name
-
When I add a currency via the currencies MySQL table they do not correctly display in the GUI since the texts.php has not been updated. I am unable to update this file due to it being located in an un-writable folder. In the current release, the Libyan Dinar is missing its entry in the English texts.php so you can look at that as an example at the bottom of the list in: settings > localization > default currency.
Here is the file that needs editing.
https://github.com/invoiceninja/invoiceninja/blob/a52e138a392c37df0ff05f40d7b37d0c7446647e/lang/en/texts.php#L2294 -
@spacetime You cannot change code files, this is by design. Any changes you make to code will get lost during update. You have to check with the upstream project at https://forum.invoiceninja.com/ or https://github.com/invoiceninja/invoiceninja/discussions as to what is the correct approach to acheive this.