Git Product home page Git Product logo

wai-perspective-videos's Introduction

Netlify Status

Formerly at https://www.w3.org/WAI/perspectives/

Translation Notes

Changelog/Acknowledgements

Do not translate changelog.md and acknowledgements.md.

Links with images in index page

In index.[lang].md: add the language shortcode of your translation at the end of the URLs listed in "Perspectives Videos"

Example (French translation):

- [![](img/thumbnails/keyboard.jpg)<br>Compatibilité avec le clavier]({{ "/perspective-videos/keyboard/fr" | relative_url }})

Subtitles & descriptions

  • WebVTT files are located in _perspective-videos/cc/.
  • Language subfolders are used: they gather all the WebVTT files of this resource in a specific language.
  1. In _perspective-videos/cc/, create a new folder named after the language shortcode of your translation (example: zh-hans/).
    Alternatively, you can duplicate the en/ folder, then rename it.

  2. Add the translated WebVTT files in this new folder.

  3. Use the language shortcode of your translation at the end of the basename, instead of .en used by the original files.
    Example: keyboard_ad_desc.zh-hans.vtt — Simplified Chinese translation of keyboard_ad_desc.en.vtt

  4. Edit vtt.ymllocated in _data/wai-perspective-videos/: add your language shortcode in the list of available languages for the WebVTT file(s) you have translated.
    Example consistent with step 3 — description of the audio-described version of the keyboard video translated into Simplified Chinese:

    • Add a new line containing - zh-hans to the descriptions-ad list, in the name: keyboard section.
    • Make sure to use proper indentation.
    - name: keyboard
      captions:
        - en
      captions-ad:
        - en
      subtitles:
        - fr
      subtitles-ad:
        - fr
      descriptions:
        - en
        - fr
      descriptions-ad:
        - en
        - fr
        - zh-hans

wai-perspective-videos's People

Contributors

shawna-slh avatar yatil avatar stevealee avatar remibetin avatar cousquer avatar nitedog avatar soahmed2031 avatar

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.