Mercurial Hosting > lang
comparison src/lib/languages.luan @ 26:d3f5448743bf
add doc links
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Fri, 01 Aug 2025 17:12:03 -0600 |
parents | f5425a3c1898 |
children | d34d709a7a8e |
comparison
equal
deleted
inserted
replaced
25:3a80ddafe5a4 | 26:d3f5448743bf |
---|---|
1 local Luan = require "luan:Luan.luan" | 1 local Luan = require "luan:Luan.luan" |
2 local error = Luan.error | 2 local error = Luan.error |
3 local pairs = Luan.pairs or error() | 3 local pairs = Luan.pairs or error() |
4 local ipairs = Luan.ipairs or error() | 4 local ipairs = Luan.ipairs or error() |
5 | 5 |
6 | |
7 -- https://learn.microsoft.com/en-us/azure/ai-services/speech-service/language-support?tabs=tts | |
6 | 8 |
7 local regions = { | 9 local regions = { |
8 JP = "Japan" | 10 JP = "Japan" |
9 US = "United States" | 11 US = "United States" |
10 } | 12 } |