From f2849357f874d6150d0c5df99bd04ab5756e23fc Mon Sep 17 00:00:00 2001 From: Lucien Greathouse Date: Wed, 9 Jan 2019 16:28:44 -0800 Subject: [PATCH] Remove crusty example, add property to single-sync-point --- test-projects/example.json | 27 ------------------- .../lib/sampleTranslation.csv | 6 +++++ .../single-sync-point/roblox-project.json | 9 +++++++ 3 files changed, 15 insertions(+), 27 deletions(-) delete mode 100644 test-projects/example.json create mode 100644 test-projects/single-sync-point/lib/sampleTranslation.csv diff --git a/test-projects/example.json b/test-projects/example.json deleted file mode 100644 index d86db968..00000000 --- a/test-projects/example.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "name": "example", - "tree": { - "$className": "DataModel", - "ReplicatedStorage": { - "$className": "ReplicatedStorage", - "Rojo": { - "$className": "Folder", - "Plugin": { - "$path": "lib" - }, - "Roact": { - "$path": "modules/roact/lib" - }, - "Rodux": { - "$path": "modules/rodux/lib" - }, - "RoactRodux": { - "$path": "modules/roact-rodux/lib" - }, - "Promise": { - "$path": "modules/promise/lib" - } - } - } - } -} \ No newline at end of file diff --git a/test-projects/single-sync-point/lib/sampleTranslation.csv b/test-projects/single-sync-point/lib/sampleTranslation.csv new file mode 100644 index 00000000..525fbdb2 --- /dev/null +++ b/test-projects/single-sync-point/lib/sampleTranslation.csv @@ -0,0 +1,6 @@ +Key,Context,Example,Source,es-es,de +,ClickableGroup:BuilderGui:TextLabel,You got 22 hearts!,You got {1} hearts!,, +,,"Team ""Red"" wins!","Team ""{1}"" wins!","¡Gana el equipo ""{1}""!","¡Gana el equipo ""{1}""!" +,Frame:TextLabel,,"{1} killed {2}, with a {3}","{1} mató a {2} con +una escopeta","{1} mató a {2} con +una escopeta" \ No newline at end of file diff --git a/test-projects/single-sync-point/roblox-project.json b/test-projects/single-sync-point/roblox-project.json index d3970b9c..3fbff1ac 100644 --- a/test-projects/single-sync-point/roblox-project.json +++ b/test-projects/single-sync-point/roblox-project.json @@ -7,6 +7,15 @@ "Foo": { "$path": "lib" } + }, + "HttpService": { + "$className": "HttpService", + "$properties": { + "HttpEnabled": { + "Type": "Bool", + "Value": true + } + } } } } \ No newline at end of file