TestV2¶
Test¶
using System;
using GKarch.Glacier;
using GKarch.Glacier.Configuration;
namespace Test
{
class Program
{
static void Main(string[] args)
{
GlacierCore.Log.Warn("Test");
var a = GlacierCore.Resolver.Get<IConfiguration>();
a["foo:bar:baz"] = "world";
a["a"] = "a";
(a as ICommitableConfiguration).Commit();
Console.WriteLine(a);
}
}
}
Test¶
The code for the language the docs are written in. Any text automatically generated by Sphinx will be in that language. Also, Sphinx will try to substitute individual paragraphs from your documents with the translation sets obtained from