Skip to content
Snippets Groups Projects
  1. May 10, 2017
  2. May 09, 2017
  3. May 08, 2017
    • jeroenpraat's avatar
      Updating and extending Dutch strings (#2930) · 406229d9
      jeroenpraat authored
      * Update nl
      
      * Update nl
      
      * Update nl
      
      * Create confirmation_instructions.nl.html.erb
      
      * Create confirmation_instructions.nl.text.erb
      
      * Create password_change.nl.html.erb
      
      * Create password_change.nl.text.erb
      
      * Create reset_password_instructions.nl.html.erb
      
      * Create reset_password_instructions.nl.text.erb
      406229d9
    • ButterflyOfFire's avatar
      Update fr.json (#2915) · 01c4c29b
      ButterflyOfFire authored
      * Update fr.json
      
      Updating some missing french translations.
      
      * Update fr.json
      
      Fix repetition in line 41.
      
      * Update fr.json
      
      Fix : adding space between {name} and ? question mark.
      01c4c29b
    • Yamagishi Kazutoshi's avatar
      Prevent selection of unacceptable Content-Type files (#2910) · 459bbfa4
      Yamagishi Kazutoshi authored
      * Prevent selection of unacceptable Content-Type files
      
      * replace hard code
      
      * media_attachments accept content-types in initial state
      459bbfa4
    • Matt Jankowski's avatar
      Improve scss color variables (#2912) · b85dec2b
      Matt Jankowski authored
      - Updates scss variables file to use better-named variables for black/white/etc
      - Arranges the "mastodon classic" colors into variables
      - Remove all references to `$color-*` naming, replacing with new
      
      This does not in itself introduce "theme" support, but:
      
      - It would probably be easier to start working on theme support after this
        change and others
      - Even without the goal of themes, these changes make it more clear how the
        colors are being used.
      
      There is almost definitely some edge case in here where I've guessed the
      intent/context of some color usage incorrectly, but it still seems like a net
      improvement.
      b85dec2b
    • Yamagishi Kazutoshi's avatar
      Fix broken features list in RTL languages (#2909) · 66a3979c
      Yamagishi Kazutoshi authored
      Fixes #2905
      66a3979c
    • ster's avatar
      Fix small typo in ru.json (#2906) · 9de254c4
      ster authored
      9de254c4
  4. May 07, 2017
  5. May 06, 2017
    • Koala Yeung's avatar
      Fix Croatian localedata issues in mastodon.js (#2844) · bd713271
      Koala Yeung authored
      * locale: added hr and oc react-intl locale data
      
      * adds Croatian locale data in mastodon.js
      * adds Occitan locale data in mastodon.js
      
      Resolves #2667
      
      * locale: sort locale data imports in mastodon.js
      
      * locale: remove oc reference
      
      * [react-intl](https://github.com/yahoo/react-intl) does not provide
        default locale data for Occitan. Hence removed from reference.
      bd713271
    • Yamagishi Kazutoshi's avatar
      Add Japanese tranlsation for getting started, and run manage:tranlation (#2839) · aa235318
      Yamagishi Kazutoshi authored
      * Add Japanese tranlsation for getting started, and run manage:tranlation
      
      * remove unnecessary {apps}
      aa235318
    • jeroenpraat's avatar
      Added support options to the bottom right (#2769) · 496f466d
      jeroenpraat authored
      * Added support options to the bottom right
      
      I don't know if this is actually wanted, but I made these changes on my instance, so why not share it. Not wanted? No problem! BTW: Maybe the Mastodon image should leave here, cause there is no space left cause of the increased height of the getting started column.
      
      * 2 paragraphs looks cleaner
      
      * Update
      
      * Good morning
      496f466d
    • Nolan Lawson's avatar
      553e1314
    • Koala Yeung's avatar
      Streamline javascript translation by improving translationRunner (#2808) · cf0b7532
      Koala Yeung authored
      * package.json: Add "build:*" targets
      
      * Improve react-intl-translations-manager workflow.
        * Added "build:production" to build production bundle.
        * Added "build:development" to build development bundle.
      
      * Fix json translation files
      
      * Run `yarn manage:translations` to fix translation files.
      * Fix `pl.json` for syntax error.
      
      * translationRunner: auto detect existing languages
      
      * Auto detect existing rfc5646 language tag in *.json filenames
        in `app/javascript/mastodon/locale` folder. No need to manually
        define every new language in the languages array here.
      
      * translationRunner: add more functionality
      
      * Allow script user to specify language code to check.
      * Added available language check.
      * Added --force flag to force creation of unexists language.
      * Added --help flag and help messages.
      
      * gitignore: ignore npm-debug.log
      
      * Fix webpack error if NODE_ENV is not defined
      
      Default to use 'development' in config/webpack/configuration.js
      cf0b7532
  6. May 05, 2017
Loading