invoiceninja / invoiceninja

Invoices, Expenses and Tasks built with Laravel, Flutter and React

Home Page:https://invoiceninja.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Translation Error in Customer Dashboard for German Translation

pthoelken opened this issue · comments

Setup

  • Version: v5.8.57
  • Environment: Self Host8ing

Interface

  • Customer Frontend

Screenshots

image

I think this issue is due to there being resources/lang folder present. you will want to remove the resources/lang folder

Laravel moved the lang folder to the root of the project, which would explain this issue.

Thanks for your response. Can you give me a step by step instruction what I have to do? @turbo124

@pthoelken

Navigate to the resources folder of your installation.
Remove the lang directory.

@turbo124

Solved. Thanks.