You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

24 lines
1.1 KiB

  1. <div class="ui basic language modal">
  2. <i class="close icon"></i>
  3. <div class="header">The <span class="name"></span> Translation Needs Your Help</div>
  4. <div class="content">
  5. <div class="middle aligned image">
  6. <i class="world icon"></i>
  7. </div>
  8. <div class="description">
  9. <p>This translation is only <b><span class="complete"></span>%</b> complete!</p>
  10. <div class="ui inverted indicating progress">
  11. <div class="bar"></div>
  12. </div>
  13. <p>We need your help to make Semantic available to people who speak your language.</p>
  14. <p>Our translation tools are easy to use and allow you to translate text without having to leave the site. If you are interested in joining our translation team please <a href="mailto:jack@semantic-ui.com?subject=Localization%20Help">e-mail me</a> for access to our translation hub.
  15. </p>
  16. </div>
  17. </div>
  18. <div class="actions">
  19. <div class="ui inverted cancel button">No Thanks</div>
  20. <a href="mailto:jack@semantic-ui.com?subject=Localization%20Help" target="_blank" class="ui inverted approve teal button">
  21. <i class="mail icon"></i>
  22. Help Translate
  23. </a>
  24. </div>
  25. </div>