diff options
Diffstat (limited to 'Assets/Packages/Lean/Localization/Examples/Phrases/Good Morning.prefab')
| -rw-r--r-- | Assets/Packages/Lean/Localization/Examples/Phrases/Good Morning.prefab | 63 |
1 files changed, 63 insertions, 0 deletions
diff --git a/Assets/Packages/Lean/Localization/Examples/Phrases/Good Morning.prefab b/Assets/Packages/Lean/Localization/Examples/Phrases/Good Morning.prefab new file mode 100644 index 0000000..bc9399d --- /dev/null +++ b/Assets/Packages/Lean/Localization/Examples/Phrases/Good Morning.prefab @@ -0,0 +1,63 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1001 &100100000 +Prefab: + m_ObjectHideFlags: 1 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 0} + m_Modifications: [] + m_RemovedComponents: [] + m_ParentPrefab: {fileID: 0} + m_RootGameObject: {fileID: 1862471906097592} + m_IsPrefabParent: 1 +--- !u!1 &1862471906097592 +GameObject: + m_ObjectHideFlags: 0 + m_PrefabParentObject: {fileID: 0} + m_PrefabInternal: {fileID: 100100000} + serializedVersion: 5 + m_Component: + - component: {fileID: 4246785697361196} + - component: {fileID: 114547416625014370} + m_Layer: 0 + m_Name: Good Morning + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &4246785697361196 +Transform: + m_ObjectHideFlags: 1 + m_PrefabParentObject: {fileID: 0} + m_PrefabInternal: {fileID: 100100000} + m_GameObject: {fileID: 1862471906097592} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 0} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!114 &114547416625014370 +MonoBehaviour: + m_ObjectHideFlags: 1 + m_PrefabParentObject: {fileID: 0} + m_PrefabInternal: {fileID: 100100000} + m_GameObject: {fileID: 1862471906097592} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: eb15fa0e7301ff849bf4d6dcede7c12b, type: 3} + m_Name: + m_EditorClassIdentifier: + translations: + - Language: English + Text: Good Morning + Object: {fileID: 0} + - Language: Spanish + Text: "Buenos d\xEDas" + Object: {fileID: 0} + - Language: Japanese + Text: "\u304A\u306F\u3088\u3046\u3054\u3056\u3044\u307E\u3059" + Object: {fileID: 0} |
