Giter VIP home page Giter VIP logo

Comments (2)

clhenrick avatar clhenrick commented on May 28, 2024

App Translation Issues:

  • alter window hash based on selected language

CSS

  • dynamically adjust font-sizes for certain elements (eg nav bar) when toggling to other languages,
    perhaps by adding a css class to them?

Navigation

  • make font size smaller (1.5em) for top nav-bar for Chinese
  • fix problem with progress circle size update in JS.

Address Form

  • Translations will not be parsed correctly in borough select so change JS code to retrieve data value of list-item rather than its text:
<div class="user-data borough-select">
  <span id="select-boro">选择你所在的镇区</span>
  <ul class="drop-down" id="boroughs" tabindex="2">
    <li><a data-boro="BX" href="#" tabindex="2">布朗克斯</a></li>
    <li><a data-boro="BK" href="#">布鲁克林</a></li>
    <li><a data-boro="MN" href="#">曼哈顿</a></li>
    <li><a data-boro="QN" href="#">皇后区</a></li>
    <li><a data-boro="SI" href="#">斯塔滕岛</a></li>
  </ul>                            
</div>

"add a calendar reminder"

  • custom text set in JS. Figure out how change to the right translation:
    • Cree un recordatorio en su calendario.
    • 设定一个月历提醒。

from am-i-rent-stabilized.

clhenrick avatar clhenrick commented on May 28, 2024

use handlebars for toggling content: https://mandrill.zendesk.com/hc/en-us/articles/205582537-Using-Handlebars-for-dynamic-content

from am-i-rent-stabilized.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.