Skip to content

Commit 0e416c8

Browse files
translation fetching
1 parent c32d94b commit 0e416c8

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

api-reference/Translation.luau

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
local Translation = {}
2+
3+
function Translation:FetchTranslation(Name: string)
4+
return `Example Translation ({Name})`
5+
end
6+
7+
return Translation

0 commit comments

Comments
 (0)