mirror of
https://github.com/tobspr/shapez.io.git
synced 2025-06-13 13:04:03 +00:00
8 lines
174 B
JavaScript
8 lines
174 B
JavaScript
import data from "yaml-loader!../../../../translations/base-tr.yaml";
|
|
|
|
/** @type {"tr"} **/
|
|
const code = "tr";
|
|
const name = "Türkçe";
|
|
|
|
export default { code, data, name };
|