• Home
  • Categories
  • Recent
  • Popular
  • Top
  • Tags
  • Users
  • Groups
  • Documentation
    • Home
    • Read API
    • Write API
    • Plugin Development
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
v3.5.2 Latest
Buy Hosting

ACP Missing translation after upgrade

Scheduled Pinned Locked Moved Technical Support
7 Posts 3 Posters 514 Views
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • L Offline
    L Offline
    linuxlover
    wrote on last edited by linuxlover
    #1

    Hi,

    After upgrading from 1.13.1 to 1.13.3 by doing git pull (on the master branch),
    now when I browse the ACP, nothing is translated, I see the translation key instead of strings and in the log there are those lines

    Missing translation "admin/dashboard:running-version"
    Missing translation "admin/dashboard:up-to-date"
    Missing translation "admin/dashboard:keep-updated"
    Missing translation "admin/dashboard:notices"
    Missing translation "admin/dashboard:restart-not-required"
    Missing translation "admin/dashboard:search-plugin-installed"
    Missing translation "admin/settings/languages:language-settings"
    Missing translation "admin/settings/languages:description"
    Missing translation "admin/settings/languages:default-language"
    Missing translation "admin/settings/languages:auto-detect"
    

    My browser is configured in en-US, and the rest of the forum is displaying fine (in english US).

    I have no clue how to fix this problem, may someone help?

    1 Reply Last reply
    0
  • PitaJP Offline
    PitaJP Offline
    PitaJ Global Moderator Plugin & Theme Dev
    wrote on last edited by
    #2

    Can you try rebuilding and restarting NodeBB?

    ./nodebb build && ./nodebb restart

    1 Reply Last reply
    0
  • L Offline
    L Offline
    linuxlover
    wrote on last edited by linuxlover
    #3

    I just did and same issue:

    Screen Shot 2020-06-06 at 10.02.09 PM.png

    Also I noticed that if in /user/<my_user>/settings if I change the Language > Admin Page Language to en-GB instead of en-US, the ACP displays correctly translated in english.

    1 Reply Last reply
    0
  • PitaJP Offline
    PitaJP Offline
    PitaJ Global Moderator Plugin & Theme Dev
    wrote on last edited by
    #4

    Hmmm can you check build/public/language to see if there are files for en-US admin stuff like there are for en-GB admin stuff?

    1 Reply Last reply
    0
  • L Offline
    L Offline
    linuxlover
    wrote on last edited by linuxlover
    #5

    I notice a different file hierarchy between them:

    en-GB/
    ├── admin
    │   ├── dashboard.json
    │   └── settings
    │       ├── languages.json
    
    en-US/
    ├── admin
    │   ├── general
    │   │   ├── dashboard.json
    │   │   ├── languages.json
    

    Here is the comparison of both admin folders

    ~/nodebb/build/public/language$ rsync -r --ignore-existing -i -n en-GB/admin/ en-US/admin
    >f+++++++++ dashboard.json
    >f+++++++++ settings/homepage.json
    >f+++++++++ settings/languages.json
    >f+++++++++ settings/navigation.json
    >f+++++++++ settings/social.json
    >f+++++++++ settings/sounds.json
    ~/nodebb/build/public/language$ rsync -r --ignore-existing -i -n en-US/admin/ en-GB/admin
    cd+++++++++ general/
    >f+++++++++ general/dashboard.json
    >f+++++++++ general/homepage.json
    >f+++++++++ general/languages.json
    >f+++++++++ general/navigation.json
    >f+++++++++ general/social.json
    >f+++++++++ general/sounds.json
    

    that explains why...

    julianJ 1 Reply Last reply
    0
  • julianJ Online
    julianJ Online
    julian GNU/Linux
    replied to linuxlover on last edited by julian
    #6

    @linuxlover @PitaJ thanks for letting me know about this, the issue should be resolved now on latest master

    1 Reply Last reply
    1
  • L Offline
    L Offline
    linuxlover
    wrote on last edited by
    #7

    @julian I confirm the issue is resolved, many thanks for the quick support ☺️

    1 Reply Last reply
    0

Copyright © 2023 NodeBB | Contributors
  • Login

  • Don't have an account? Register

  • Login or register to search.
Powered by NodeBB Contributors
  • First post
    Last post
0
  • Home
  • Categories
  • Recent
  • Popular
  • Top
  • Tags
  • Users
  • Groups
  • Documentation
    • Home
    • Read API
    • Write API
    • Plugin Development