Skip to content

Commit

Permalink
Correct a typo in tasks/translate.js (#9501)
Browse files Browse the repository at this point in the history
  • Loading branch information
felixonmars committed Aug 9, 2022
1 parent 8ed174d commit c25c621
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/translate.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import {readFile, writeFile, httpsRequest, timeout, log} from './utils.js';
// 1. Edit a line in en.config.
// 2. Run `npm run translate-line 123` where 123 is a line number starting from 1.
// 3. The line will be translated and written into other locales.
// TODO: If neccessary, new @id and empty lines should be copied as well.
// TODO: If necessary, new @id and empty lines should be copied as well.
// TODO: Serbian translates into Cyrillic, but it is somehow possible to do Latin.

/** @typedef {{locale: string; file: string; content: string}} LocaleFile */
Expand Down

0 comments on commit c25c621

Please sign in to comment.