Skip to content

Commit

Permalink
adds nb as unsuported lang
Browse files Browse the repository at this point in the history
  • Loading branch information
Gustavo Fenilli committed Nov 14, 2022
1 parent 2ed3502 commit d8474e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/translate.mjs
Expand Up @@ -8,7 +8,7 @@ import { msg, getLocales } from './utils.mjs'
import clipboardy from 'clipboardy'
import { execSync } from 'child_process'

const unsuportedLanguages = ['fy', 'tg']
const unsuportedLanguages = ['fy', 'tg', 'nb']

async function translate() {
const { Text } = await prompts({
Expand Down

0 comments on commit d8474e6

Please sign in to comment.