mirror of
https://github.com/rojo-rbx/rojo.git
synced 2026-04-21 13:15:50 +00:00
Support for .meta.json files other than init (#189)
* Support for .meta.json files other than init * Localize .meta.json application
This commit is contained in:
committed by
Lucien Greathouse
parent
ff53113358
commit
a3dc4fa001
6
test-projects/meta_files/src/DisableMe.meta.json
Normal file
6
test-projects/meta_files/src/DisableMe.meta.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"ignoreUnknownInstances": true,
|
||||
"properties": {
|
||||
"Disabled": true
|
||||
}
|
||||
}
|
||||
0
test-projects/meta_files/src/DisableMe.server.lua
Normal file
0
test-projects/meta_files/src/DisableMe.server.lua
Normal file
2
test-projects/meta_files/src/LocalizationTable.csv
Normal file
2
test-projects/meta_files/src/LocalizationTable.csv
Normal file
@@ -0,0 +1,2 @@
|
||||
Key,Source,Context,Example,en
|
||||
Doge,Perro!,,A funny dog,Doge!
|
||||
|
5
test-projects/meta_files/src/LocalizationTable.meta.json
Normal file
5
test-projects/meta_files/src/LocalizationTable.meta.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"properties": {
|
||||
"SourceLocaleId": "es"
|
||||
}
|
||||
}
|
||||
3
test-projects/meta_files/src/RobloxInstance.meta.json
Normal file
3
test-projects/meta_files/src/RobloxInstance.meta.json
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"ignoreUnknownInstances": true
|
||||
}
|
||||
11
test-projects/meta_files/src/RobloxInstance.rbxmx
Normal file
11
test-projects/meta_files/src/RobloxInstance.rbxmx
Normal file
@@ -0,0 +1,11 @@
|
||||
<roblox xmlns:xmime="http://www.w3.org/2005/05/xmlmime" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://www.roblox.com/roblox.xsd" version="4">
|
||||
<Meta name="ExplicitAutoJoints">true</Meta>
|
||||
<External>null</External>
|
||||
<External>nil</External>
|
||||
<Item class="Folder" referent="RBXFC73D3B1B4524E729A1563A276CBC702">
|
||||
<Properties>
|
||||
<string name="Name">Folder</string>
|
||||
<BinaryString name="Tags"></BinaryString>
|
||||
</Properties>
|
||||
</Item>
|
||||
</roblox>
|
||||
3
test-projects/meta_files/src/StringValue.meta.json
Normal file
3
test-projects/meta_files/src/StringValue.meta.json
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"ignoreUnknownInstances": true
|
||||
}
|
||||
1
test-projects/meta_files/src/StringValue.txt
Normal file
1
test-projects/meta_files/src/StringValue.txt
Normal file
@@ -0,0 +1 @@
|
||||
I'm supposed to put funny text here, aren't I? Oh well.
|
||||
Reference in New Issue
Block a user