PHP Classes

File: examples/lang/jp.php

Recommend this page to a friend!
  Classes of Jorge Castro   BladeOne   examples/lang/jp.php   Download  
File: examples/lang/jp.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: BladeOne
Standalone template engine that compiles into PHP
Author: By
Last change: Update of examples/lang/jp.php
Date: 3 years ago
Size: 264 bytes
 

Contents

Class file image Download
<?php

/**
 * @see \myBlade is defined on /BladeOne/examples/testlang.php
 */
myBlade::$dictionary=[
   
'Hat'=>'帽子'
   
,'Cat'=>'ネコ' // Neko is japanese for cat japanese.
   
,'Cats'=>'猫' // plural
   
,'%s is a nice cat'=>'%sは素敵な猫です'

];