• Welcome to the Chevereto user community!

    Here users from all over the world gather around to learn the latest about Chevereto and contribute with ideas to improve the software.

    Please keep in mind:

    • 😌 This community is user driven. Be polite with other users.
    • 👉 Is required to purchase a Chevereto license to participate in this community (doesn't apply to Pre-sales).
    • 💸 Purchase a Pro Subscription to get access to active software support and faster ticket response times.
  • Chevereto Support CLST

    Support response

    Support checklist

[3.14.0.b1] Missing translation in the dashboard

DeCysos

Phoenix Foto Service
▶🚶‍Reproduction steps
  1. Go to Dashboard
  2. Look at the bottom of Connectet IP and press the link
😢Unexpected result

So far, the English language remains in the text. The title has already been translated.
screenshot-beta.pfs.red-2019.12.22-20-13-51.png

📃Affected file
/app/themes/Peafowl/views/dashboard.php row 30-35
[CODE lang="php" title="dashboard.php row 30-35"] <p><?php _se("The connecting IP is determined using the server variable %var%. If the detected IP doesn't match yours, it means that your web server is under a proxy and you need to tweak your server to set the real connecting IP.", ['%var%' => '<code class="code">$_SERVER[\'REMOTE_ADDR\']</code>']); ?></p>
<p><?php _se("For Nginx, you must use %nginx%. For Apache, %apache%.", [
'%nginx%' => '<code class="code">ngx_http_realip_module</code>',
'%apache%' => '<code class="code">mod_remoteip</code>'
]); ?></p>
<p><?php _se("Make sure that you address this issue as the system relies on accurate IP detections to provide basic functionalities and to protect against spam, flooding, and brute force attacks."); ?></p>[/CODE]
 
▶🚶‍Reproduction steps
  1. Go to Dashboard -> Settings -> System
  2. show "Dump update query "
😢Unexpected result

So far, the English language remains in the text. The title has already been translated.
screenshot-beta.pfs.red-2019.12.22-20-22-57.png

📃Affected file
/app/themes/Peafowl/views/dashboard.php row 2337 + 2343
 
I don't download the translations everyday, the process is manual not automatic. I cannot update the languages soon as the strings get added.
 
Back
Top