[wp-trac] [WordPress Trac] #48776: Empty "Continue" Buttons in install process

WordPress Trac noreply at wordpress.org
Sat Nov 23 14:12:58 UTC 2019


#48776: Empty "Continue" Buttons in install process
-----------------------------+-----------------------------
 Reporter:  derweili         |      Owner:  (none)
     Type:  defect (bug)     |     Status:  new
 Priority:  normal           |  Milestone:  Awaiting Review
Component:  Upgrade/Install  |    Version:  5.3
 Severity:  normal           |   Keywords:
  Focuses:                   |
-----------------------------+-----------------------------
 When installing WordPress the first step is to select a Language. When
 selecting a language the "Continue" button instantly changes its text to
 the translation of "Continue" in the selected language.

 For some languages which do not have a translation of "Continue" no
 fallback is used. Instead the Button is Empty.

 This happens for following Languages (Language Codes)
 - as
 - dzo
 - rhg
 - tah

 Some other Languages like "azb" are using the english version als
 fallback.

 All available Languages are loaded from this api Endpoint:
 http://api.wordpress.org/translations/core/1.0/

 The data from the api contains following information

 {{{
   {
     "language": "dzo",
     "version": "4.7.2",
     "updated": "2016-06-29 08:59:03",
     "english_name": "Dzongkha",
     "native_name": "རྫོང་ཁ",
     "package":
 "http://downloads.wordpress.org/translation/core/4.7.2/dzo.zip",
     "iso": {
       "1": "dz",
       "2": "dzo"
     },
     "strings": {
      "continue": ""
     }
   },
 }}}

 The continue field which is used for the continue button is empty.

-- 
Ticket URL: <https://core.trac.wordpress.org/ticket/48776>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list